Struct winapi::winnt::WOW64_LDT_ENTRY_Bytes [] [src]

pub struct WOW64_LDT_ENTRY_Bytes {
    pub BaseMid: BYTE,
    pub Flags1: BYTE,
    pub Flags2: BYTE,
    pub BaseHi: BYTE,
}

Fields

BaseMid
Flags1
Flags2
BaseHi

Trait Implementations

impl Copy for WOW64_LDT_ENTRY_Bytes
[src]

impl Clone for WOW64_LDT_ENTRY_Bytes
[src]

fn clone(&self) -> WOW64_LDT_ENTRY_Bytes

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for WOW64_LDT_ENTRY_Bytes
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.