Struct object::pe::Guid [−][src]
#[repr(C)]pub struct Guid { pub data1: U32<LE>, pub data2: U16<LE>, pub data3: U16<LE>, pub data4: [u8; 8], }
Fields
data1: U32<LE>data2: U16<LE>data3: U16<LE>data4: [u8; 8]Trait Implementations
impl Clone for Guid[src]
impl Clone for Guid[src]fn clone(&self) -> Guid[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Guid[src]
impl Pod for Guid[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
The resulting type after obtaining ownership.