#[repr(transparent)]pub struct Kpsr(pub u16);Expand description
Keypad Status Register
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Kpsr
impl Eq for Kpsr
impl StructuralPartialEq for Kpsr
Auto Trait Implementations§
impl Freeze for Kpsr
impl RefUnwindSafe for Kpsr
impl Send for Kpsr
impl Sync for Kpsr
impl Unpin for Kpsr
impl UnwindSafe for Kpsr
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