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