#[repr(C)]pub struct GUID {
pub Data1: c_ulong,
pub Data2: c_ushort,
pub Data3: c_ushort,
pub Data4: [c_uchar; 8],
}
Fields
Data1: c_ulong
Data2: c_ushort
Data3: c_ushort
Data4: [c_uchar; 8]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GUID
impl Send for GUID
impl Sync for GUID
impl Unpin for GUID
impl UnwindSafe for GUID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more