Struct windows_sys::Win32::System::Diagnostics::Debug::WOW64_LDT_ENTRY_0_1
[−]#[repr(C)]pub struct WOW64_LDT_ENTRY_0_1 {
pub BaseMid: u8,
pub Flags1: u8,
pub Flags2: u8,
pub BaseHi: u8,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
BaseMid: u8
Flags1: u8
Flags2: u8
BaseHi: u8
Trait Implementations
impl Clone for WOW64_LDT_ENTRY_0_1
impl Clone for WOW64_LDT_ENTRY_0_1
impl Copy for WOW64_LDT_ENTRY_0_1
Auto Trait Implementations
impl RefUnwindSafe for WOW64_LDT_ENTRY_0_1
impl Send for WOW64_LDT_ENTRY_0_1
impl Sync for WOW64_LDT_ENTRY_0_1
impl Unpin for WOW64_LDT_ENTRY_0_1
impl UnwindSafe for WOW64_LDT_ENTRY_0_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more