#[repr(C)]pub struct LDT_ENTRY {
    pub LimitLow: WORD,
    pub BaseLow: WORD,
    pub HighWord: LDT_ENTRY_HighWord,
}Fields
LimitLow: WORDBaseLow: WORDHighWord: LDT_ENTRY_HighWordTrait 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