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