#[repr(transparent)]pub struct Lsr(pub u32);Expand description
Line status register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Lsr
impl Eq for Lsr
impl StructuralPartialEq for Lsr
Auto Trait Implementations§
impl Freeze for Lsr
impl RefUnwindSafe for Lsr
impl Send for Lsr
impl Sync for Lsr
impl Unpin for Lsr
impl UnwindSafe for Lsr
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