pub enum TrapError {
InvalidInterrupt(usize),
InvalidException(usize),
}Expand description
Trap Error
Variants§
Trait Implementations§
impl Copy for TrapError
impl Eq for TrapError
impl StructuralPartialEq for TrapError
Auto Trait Implementations§
impl Freeze for TrapError
impl RefUnwindSafe for TrapError
impl Send for TrapError
impl Sync for TrapError
impl Unpin for TrapError
impl UnwindSafe for TrapError
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