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