pub struct DefaultHandlerSnapshot {
pub vector: u16,
pub count: u32,
pub cfsr: u32,
pub hfsr: u32,
pub stacked_pc: u32,
pub stacked_lr: u32,
pub stacked_sp: u32,
}Fields§
§vector: u16§count: u32§cfsr: u32§hfsr: u32§stacked_pc: u32§stacked_lr: u32§stacked_sp: u32Trait Implementations§
Source§impl Clone for DefaultHandlerSnapshot
impl Clone for DefaultHandlerSnapshot
Source§fn clone(&self) -> DefaultHandlerSnapshot
fn clone(&self) -> DefaultHandlerSnapshot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefaultHandlerSnapshot
impl Debug for DefaultHandlerSnapshot
Source§impl Default for DefaultHandlerSnapshot
impl Default for DefaultHandlerSnapshot
Source§fn default() -> DefaultHandlerSnapshot
fn default() -> DefaultHandlerSnapshot
Returns the “default value” for a type. Read more
impl Copy for DefaultHandlerSnapshot
Auto Trait Implementations§
impl Freeze for DefaultHandlerSnapshot
impl RefUnwindSafe for DefaultHandlerSnapshot
impl Send for DefaultHandlerSnapshot
impl Sync for DefaultHandlerSnapshot
impl Unpin for DefaultHandlerSnapshot
impl UnwindSafe for DefaultHandlerSnapshot
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