pub struct InvalidExceptionVectorNumber(/* private fields */);
Expand description
Exception vector number is invalid
Trait Implementations§
Source§impl Debug for InvalidExceptionVectorNumber
impl Debug for InvalidExceptionVectorNumber
Auto Trait Implementations§
impl Freeze for InvalidExceptionVectorNumber
impl RefUnwindSafe for InvalidExceptionVectorNumber
impl Send for InvalidExceptionVectorNumber
impl Sync for InvalidExceptionVectorNumber
impl Unpin for InvalidExceptionVectorNumber
impl UnwindSafe for InvalidExceptionVectorNumber
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