struct InterruptDescriptorTable {
pub descriptors: [GateDescriptor; 255],
}
Fields§
§descriptors: [GateDescriptor; 255]
Auto Trait Implementations§
impl Freeze for InterruptDescriptorTable
impl RefUnwindSafe for InterruptDescriptorTable
impl Send for InterruptDescriptorTable
impl Sync for InterruptDescriptorTable
impl Unpin for InterruptDescriptorTable
impl UnwindSafe for InterruptDescriptorTable
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