Struct winapi::winnt::WOW64_LDT_ENTRY [] [src]

pub struct WOW64_LDT_ENTRY {
    pub LimitLow: WORD,
    pub BaseLow: WORD,
    pub HighWord: DWORD,
}

Fields

LimitLow: WORD BaseLow: WORD HighWord: DWORD

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 Debug for WOW64_LDT_ENTRY
[src]

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

Formats the value using the given formatter.

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