pub enum LvtLint {
Pin0,
Pin1,
}
Expand description
The Local APIC’s vector table local interrupt pins.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for LvtLint
impl Send for LvtLint
impl Sync for LvtLint
impl Unpin for LvtLint
impl UnwindSafe for LvtLint
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