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