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