Struct winapi::winnt::WOW64_LDT_ENTRY_Bits [] [src]

pub struct WOW64_LDT_ENTRY_Bits {
    pub BitFields: DWORD,
}

Fields

BitFields

Methods

impl WOW64_LDT_ENTRY_Bits
[src]

fn BaseMid(&self) -> DWORD

fn set_BaseMid(&mut self, val: DWORD)

fn Type(&self) -> DWORD

fn set_Type(&mut self, val: DWORD)

fn Dpl(&self) -> DWORD

fn set_Dpl(&mut self, val: DWORD)

fn Pres(&self) -> DWORD

fn set_Pres(&mut self, val: DWORD)

fn LimitHi(&self) -> DWORD

fn set_LimitHi(&mut self, val: DWORD)

fn Sys(&self) -> DWORD

fn set_Sys(&mut self, val: DWORD)

fn Reserved_0(&self) -> DWORD

fn set_Reserved_0(&mut self, val: DWORD)

fn Default_Big(&self) -> DWORD

fn set_Default_Big(&mut self, val: DWORD)

fn Granularity(&self) -> DWORD

fn set_Granularity(&mut self, val: DWORD)

fn BaseHi(&self) -> DWORD

fn set_BaseHi(&mut self, val: DWORD)

Trait Implementations

impl Copy for WOW64_LDT_ENTRY_Bits
[src]

impl Clone for WOW64_LDT_ENTRY_Bits
[src]

fn clone(&self) -> WOW64_LDT_ENTRY_Bits

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_Bits
[src]

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

Formats the value using the given formatter.