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