#[repr(u8)]pub enum KeyresetKey0 {
_RESERVED_0 = 0,
_RESERVED_1 = 1,
RESET = 2,
_RESERVED_3 = 3,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
RESET = 2
Reset KEY0 Hold register and SHIFT_STATUS[KEY0].
_RESERVED_3 = 3
Implementations§
Source§impl KeyresetKey0
impl KeyresetKey0
Trait Implementations§
Source§impl Clone for KeyresetKey0
impl Clone for KeyresetKey0
Source§fn clone(&self) -> KeyresetKey0
fn clone(&self) -> KeyresetKey0
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 KeyresetKey0
impl Debug for KeyresetKey0
Source§impl From<KeyresetKey0> for u8
impl From<KeyresetKey0> for u8
Source§fn from(val: KeyresetKey0) -> u8
fn from(val: KeyresetKey0) -> u8
Converts to this type from the input type.
Source§impl From<u8> for KeyresetKey0
impl From<u8> for KeyresetKey0
Source§fn from(val: u8) -> KeyresetKey0
fn from(val: u8) -> KeyresetKey0
Converts to this type from the input type.
Source§impl Ord for KeyresetKey0
impl Ord for KeyresetKey0
Source§fn cmp(&self, other: &KeyresetKey0) -> Ordering
fn cmp(&self, other: &KeyresetKey0) -> 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 KeyresetKey0
impl PartialEq for KeyresetKey0
Source§impl PartialOrd for KeyresetKey0
impl PartialOrd for KeyresetKey0
impl Copy for KeyresetKey0
impl Eq for KeyresetKey0
impl StructuralPartialEq for KeyresetKey0
Auto Trait Implementations§
impl Freeze for KeyresetKey0
impl RefUnwindSafe for KeyresetKey0
impl Send for KeyresetKey0
impl Sync for KeyresetKey0
impl Unpin for KeyresetKey0
impl UnwindSafe for KeyresetKey0
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