#[repr(C)]pub struct WOW64_LDT_ENTRY_Bits {
pub BitFields: DWORD,
}
Fields§
§BitFields: DWORD
Implementations§
Source§impl WOW64_LDT_ENTRY_Bits
impl WOW64_LDT_ENTRY_Bits
pub fn BaseMid(&self) -> DWORD
pub fn set_BaseMid(&mut self, val: DWORD)
pub fn Type(&self) -> DWORD
pub fn set_Type(&mut self, val: DWORD)
pub fn Dpl(&self) -> DWORD
pub fn set_Dpl(&mut self, val: DWORD)
pub fn Pres(&self) -> DWORD
pub fn set_Pres(&mut self, val: DWORD)
pub fn LimitHi(&self) -> DWORD
pub fn set_LimitHi(&mut self, val: DWORD)
pub fn Sys(&self) -> DWORD
pub fn set_Sys(&mut self, val: DWORD)
pub fn Reserved_0(&self) -> DWORD
pub fn set_Reserved_0(&mut self, val: DWORD)
pub fn Default_Big(&self) -> DWORD
pub fn set_Default_Big(&mut self, val: DWORD)
pub fn Granularity(&self) -> DWORD
pub fn set_Granularity(&mut self, val: DWORD)
pub fn BaseHi(&self) -> DWORD
pub fn set_BaseHi(&mut self, val: DWORD)
Trait Implementations§
Source§impl Clone for WOW64_LDT_ENTRY_Bits
impl Clone for WOW64_LDT_ENTRY_Bits
Source§fn clone(&self) -> WOW64_LDT_ENTRY_Bits
fn clone(&self) -> WOW64_LDT_ENTRY_Bits
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 moreimpl Copy for WOW64_LDT_ENTRY_Bits
Auto Trait Implementations§
impl Freeze for WOW64_LDT_ENTRY_Bits
impl RefUnwindSafe for WOW64_LDT_ENTRY_Bits
impl Send for WOW64_LDT_ENTRY_Bits
impl Sync for WOW64_LDT_ENTRY_Bits
impl Unpin for WOW64_LDT_ENTRY_Bits
impl UnwindSafe for WOW64_LDT_ENTRY_Bits
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more