Struct LDT_ENTRY
#[repr(C)]pub struct LDT_ENTRY {
pub LimitLow: u16,
pub BaseLow: u16,
pub HighWord: LDT_ENTRY_0,
}
Fields§
§LimitLow: u16
§BaseLow: u16
§HighWord: LDT_ENTRY_0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LDT_ENTRY
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§
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