#[repr(C)]pub struct Sfsr(pub u32);
Expand description
Secure Fault Status Register description
Tuple Fields§
§0: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sfsr
impl RefUnwindSafe for Sfsr
impl Send for Sfsr
impl Sync for Sfsr
impl Unpin for Sfsr
impl UnwindSafe for Sfsr
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