#[repr(C)]pub struct TrapFrame {}Expand description
Registers saved in trap handler
Fields§
§ra: usize§t0: usize§t1: usize§t2: usize§t3: usize§t4: usize§t5: usize§t6: usize§a0: usize§a1: usize§a2: usize§a3: usize§a4: usize§a5: usize§a6: usize§a7: usizeAuto Trait Implementations§
impl Freeze for TrapFrame
impl RefUnwindSafe for TrapFrame
impl Send for TrapFrame
impl Sync for TrapFrame
impl Unpin for TrapFrame
impl UnwindSafe for TrapFrame
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