pub struct RedirectionTableEntry { /* private fields */ }
Expand description
Redirection table entry.
Implementations§
Source§impl RedirectionTableEntry
impl RedirectionTableEntry
Sourcepub fn set_vector(&mut self, vector: u8)
pub fn set_vector(&mut self, vector: u8)
Sets the interrupt vector to vector
.
Trait Implementations§
Source§impl Debug for RedirectionTableEntry
impl Debug for RedirectionTableEntry
Source§impl Default for RedirectionTableEntry
impl Default for RedirectionTableEntry
Source§fn default() -> RedirectionTableEntry
fn default() -> RedirectionTableEntry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RedirectionTableEntry
impl RefUnwindSafe for RedirectionTableEntry
impl Send for RedirectionTableEntry
impl Sync for RedirectionTableEntry
impl Unpin for RedirectionTableEntry
impl UnwindSafe for RedirectionTableEntry
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