Struct windows_sys::Win32::System::Diagnostics::Debug::LDT_ENTRY_0_1
[−]#[repr(C)]pub struct 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 LDT_ENTRY_0_1
impl Clone for LDT_ENTRY_0_1
impl Copy for LDT_ENTRY_0_1
Auto Trait Implementations
impl RefUnwindSafe for LDT_ENTRY_0_1
impl Send for LDT_ENTRY_0_1
impl Sync for LDT_ENTRY_0_1
impl Unpin for LDT_ENTRY_0_1
impl UnwindSafe for 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