Struct winapi::um::winnt::WOW64_LDT_ENTRY
source · #[repr(C)]pub struct WOW64_LDT_ENTRY {
pub LimitLow: WORD,
pub BaseLow: WORD,
pub HighWord: WOW64_LDT_ENTRY_HighWord,
}
Fields§
§LimitLow: WORD
§BaseLow: WORD
§HighWord: WOW64_LDT_ENTRY_HighWord
Trait Implementations§
source§impl Clone for WOW64_LDT_ENTRY
impl Clone for WOW64_LDT_ENTRY
source§fn clone(&self) -> WOW64_LDT_ENTRY
fn clone(&self) -> WOW64_LDT_ENTRY
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
impl Default for WOW64_LDT_ENTRY
source§fn default() -> WOW64_LDT_ENTRY
fn default() -> WOW64_LDT_ENTRY
Returns the “default value” for a type. Read more