Struct tartan_arch::arm::interrupt::VectorTable
source · #[repr(align(16))]pub struct VectorTable(/* private fields */);
Available on ARM only.
Expand description
Exception vector table that contains code to handle each exception Kind
.
Auto Trait Implementations§
impl Freeze for VectorTable
impl RefUnwindSafe for VectorTable
impl Send for VectorTable
impl Sync for VectorTable
impl Unpin for VectorTable
impl UnwindSafe for VectorTable
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