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