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