Struct windows_sys::Win32::System::Diagnostics::Debug::LDT_ENTRY
[−]#[repr(C)]pub struct LDT_ENTRY {
pub LimitLow: u16,
pub BaseLow: u16,
pub HighWord: LDT_ENTRY_0,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
LimitLow: u16
BaseLow: u16
HighWord: LDT_ENTRY_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LDT_ENTRY
impl Send for LDT_ENTRY
impl Sync for LDT_ENTRY
impl Unpin for LDT_ENTRY
impl UnwindSafe for LDT_ENTRY
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