#[repr(C, packed(1))]pub struct gdtptr {
pub limit: u16,
pub base: u64,
}Fields§
§limit: u16§base: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for gdtptr
impl RefUnwindSafe for gdtptr
impl Send for gdtptr
impl Sync for gdtptr
impl Unpin for gdtptr
impl UnwindSafe for gdtptr
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