pub struct LIPCR { /* private fields */ }
Expand description
Line Interrupt Position Configuration Register
Implementations§
Auto Trait Implementations§
impl !Freeze for LIPCR
impl !RefUnwindSafe for LIPCR
impl Send for LIPCR
impl !Sync for LIPCR
impl Unpin for LIPCR
impl UnwindSafe for LIPCR
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