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