#[repr(C)]pub struct ExcepStackFrame {
r0: u32,
r1: u32,
r2: u32,
r3: u32,
r12: u32,
lr: u32,
pc: u32,
psr: u32,
}Fields§
§r0: u32§r1: u32§r2: u32§r3: u32§r12: u32§lr: u32§pc: u32§psr: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExcepStackFrame
impl RefUnwindSafe for ExcepStackFrame
impl Send for ExcepStackFrame
impl Sync for ExcepStackFrame
impl Unpin for ExcepStackFrame
impl UnwindSafe for ExcepStackFrame
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