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