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,
}
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§
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