pub struct ABFSR { /* private fields */ }
Expand description
Auxiliary Bus Fault Status register
Implementations§
Auto Trait Implementations§
impl !Freeze for ABFSR
impl !RefUnwindSafe for ABFSR
impl Send for ABFSR
impl !Sync for ABFSR
impl Unpin for ABFSR
impl UnwindSafe for ABFSR
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