object::pe

Type Alias ClsId

Source
pub type ClsId = Guid;

Aliased Type§

struct ClsId {
    pub data1: U32Bytes<LittleEndian>,
    pub data2: U16Bytes<LittleEndian>,
    pub data3: U16Bytes<LittleEndian>,
    pub data4: [u8; 8],
}

Fields§

§data1: U32Bytes<LittleEndian>§data2: U16Bytes<LittleEndian>§data3: U16Bytes<LittleEndian>§data4: [u8; 8]

Trait Implementations

Source§

impl Clone for Guid

Source§

fn clone(&self) -> Guid

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Guid

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for Guid

Source§

impl Pod for Guid