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