pub enum TrapMode {
Direct = 0,
Vectored = 1,
Clic = 3,
}Expand description
Trap mode with CLIC extension.
Variants§
Direct = 0
CLINT non-vectored basic mode.
Vectored = 1
CLINT vectored basic mode.
Clic = 3
CLIC mode.
Trait Implementations§
impl Copy for TrapMode
impl Eq for TrapMode
impl StructuralPartialEq for TrapMode
Auto Trait Implementations§
impl Freeze for TrapMode
impl RefUnwindSafe for TrapMode
impl Send for TrapMode
impl Sync for TrapMode
impl Unpin for TrapMode
impl UnwindSafe for TrapMode
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