Struct winapi::winnt::WOW64_LDT_ENTRY
[−]
[src]
pub struct WOW64_LDT_ENTRY {
pub LimitLow: WORD,
pub BaseLow: WORD,
pub HighWord: DWORD,
}Fields
LimitLow | |
BaseLow | |
HighWord |
Methods
impl WOW64_LDT_ENTRY[src]
unsafe fn Bytes(&self) -> &WOW64_LDT_ENTRY_Bytes
unsafe fn Bytes_mut(&mut self) -> &mut WOW64_LDT_ENTRY_Bytes
impl WOW64_LDT_ENTRY[src]
unsafe fn Bits(&self) -> &WOW64_LDT_ENTRY_Bits
unsafe fn Bits_mut(&mut self) -> &mut WOW64_LDT_ENTRY_Bits
Trait Implementations
impl Copy for WOW64_LDT_ENTRY[src]
impl Clone for WOW64_LDT_ENTRY[src]
fn clone(&self) -> WOW64_LDT_ENTRY
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