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