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