Struct windows_sys::Win32::System::Diagnostics::Debug::WOW64_LDT_ENTRY
[−]#[repr(C)]pub struct WOW64_LDT_ENTRY {
pub LimitLow: u16,
pub BaseLow: u16,
pub HighWord: WOW64_LDT_ENTRY_0,
}
Expand description
Required features: ‘Win32_System_Diagnostics_Debug’
Fields
LimitLow: u16
BaseLow: u16
HighWord: WOW64_LDT_ENTRY_0
Trait Implementations
impl Clone for WOW64_LDT_ENTRY
impl Clone for WOW64_LDT_ENTRY
impl Copy for WOW64_LDT_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for WOW64_LDT_ENTRY
impl Send for WOW64_LDT_ENTRY
impl Sync for WOW64_LDT_ENTRY
impl Unpin for WOW64_LDT_ENTRY
impl UnwindSafe for WOW64_LDT_ENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more