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