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