#[repr(u8)]pub enum KeyresetKey1 {
_RESERVED_0 = 0,
_RESERVED_1 = 1,
RESET = 2,
_RESERVED_3 = 3,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
RESET = 2
Reset KEY1 Hold register and SHIFT_STATUS[KEY1].
_RESERVED_3 = 3
Implementations§
Source§impl KeyresetKey1
impl KeyresetKey1
Trait Implementations§
Source§impl Clone for KeyresetKey1
impl Clone for KeyresetKey1
Source§fn clone(&self) -> KeyresetKey1
fn clone(&self) -> KeyresetKey1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KeyresetKey1
impl Debug for KeyresetKey1
Source§impl From<KeyresetKey1> for u8
impl From<KeyresetKey1> for u8
Source§fn from(val: KeyresetKey1) -> u8
fn from(val: KeyresetKey1) -> u8
Converts to this type from the input type.
Source§impl From<u8> for KeyresetKey1
impl From<u8> for KeyresetKey1
Source§fn from(val: u8) -> KeyresetKey1
fn from(val: u8) -> KeyresetKey1
Converts to this type from the input type.
Source§impl Ord for KeyresetKey1
impl Ord for KeyresetKey1
Source§fn cmp(&self, other: &KeyresetKey1) -> Ordering
fn cmp(&self, other: &KeyresetKey1) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for KeyresetKey1
impl PartialEq for KeyresetKey1
Source§impl PartialOrd for KeyresetKey1
impl PartialOrd for KeyresetKey1
impl Copy for KeyresetKey1
impl Eq for KeyresetKey1
impl StructuralPartialEq for KeyresetKey1
Auto Trait Implementations§
impl Freeze for KeyresetKey1
impl RefUnwindSafe for KeyresetKey1
impl Send for KeyresetKey1
impl Sync for KeyresetKey1
impl Unpin for KeyresetKey1
impl UnwindSafe for KeyresetKey1
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