Struct winapi::um::winnt::WOW64_LDT_ENTRY_Bytes
source · #[repr(C)]pub struct WOW64_LDT_ENTRY_Bytes {
pub BaseMid: BYTE,
pub Flags1: BYTE,
pub Flags2: BYTE,
pub BaseHi: BYTE,
}
Fields§
§BaseMid: BYTE
§Flags1: BYTE
§Flags2: BYTE
§BaseHi: BYTE
Trait Implementations§
source§impl Clone for WOW64_LDT_ENTRY_Bytes
impl Clone for WOW64_LDT_ENTRY_Bytes
source§fn clone(&self) -> WOW64_LDT_ENTRY_Bytes
fn clone(&self) -> WOW64_LDT_ENTRY_Bytes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for WOW64_LDT_ENTRY_Bytes
impl Default for WOW64_LDT_ENTRY_Bytes
source§fn default() -> WOW64_LDT_ENTRY_Bytes
fn default() -> WOW64_LDT_ENTRY_Bytes
Returns the “default value” for a type. Read more