pub struct IdtStruct { /* private fields */ }
Expand description
A wrapper of the Interrupt Descriptor Table (IDT).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdtStruct
impl RefUnwindSafe for IdtStruct
impl Send for IdtStruct
impl Sync for IdtStruct
impl Unpin for IdtStruct
impl UnwindSafe for IdtStruct
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