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