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