Enum Vecttbl
pub enum Vecttbl {
_0 = 0,
_1 = 1,
}Expand description
Indicates a BusFault on a vector table read during exception processing
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Vecttbl
impl Eq for Vecttbl
impl StructuralPartialEq for Vecttbl
Auto Trait Implementations§
impl Freeze for Vecttbl
impl RefUnwindSafe for Vecttbl
impl Send for Vecttbl
impl Sync for Vecttbl
impl Unpin for Vecttbl
impl UnwindSafe for Vecttbl
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