#[repr(u8)]pub enum VendorCommand {
Show 64 variants
H40 = 64,
H41 = 65,
H42 = 66,
H43 = 67,
H44 = 68,
H45 = 69,
H46 = 70,
H47 = 71,
H48 = 72,
H49 = 73,
H4A = 74,
H4B = 75,
H4C = 76,
H4D = 77,
H4E = 78,
H4F = 79,
H50 = 80,
H51 = 81,
H52 = 82,
H53 = 83,
H54 = 84,
H55 = 85,
H56 = 86,
H57 = 87,
H58 = 88,
H59 = 89,
H5A = 90,
H5B = 91,
H5C = 92,
H5D = 93,
H5E = 94,
H5F = 95,
H60 = 96,
H61 = 97,
H62 = 98,
H63 = 99,
H64 = 100,
H65 = 101,
H66 = 102,
H67 = 103,
H68 = 104,
H69 = 105,
H6A = 106,
H6B = 107,
H6C = 108,
H6D = 109,
H6E = 110,
H6F = 111,
H70 = 112,
H71 = 113,
H72 = 114,
H73 = 115,
H74 = 116,
H75 = 117,
H76 = 118,
H77 = 119,
H78 = 120,
H79 = 121,
H7A = 122,
H7B = 123,
H7C = 124,
H7D = 125,
H7E = 126,
H7F = 127,
}
Expand description
Vendor CTAPHID commands, from 0x40 to 0x7f.
Variants§
H40 = 64
H41 = 65
H42 = 66
H43 = 67
H44 = 68
H45 = 69
H46 = 70
H47 = 71
H48 = 72
H49 = 73
H4A = 74
H4B = 75
H4C = 76
H4D = 77
H4E = 78
H4F = 79
H50 = 80
H51 = 81
H52 = 82
H53 = 83
H54 = 84
H55 = 85
H56 = 86
H57 = 87
H58 = 88
H59 = 89
H5A = 90
H5B = 91
H5C = 92
H5D = 93
H5E = 94
H5F = 95
H60 = 96
H61 = 97
H62 = 98
H63 = 99
H64 = 100
H65 = 101
H66 = 102
H67 = 103
H68 = 104
H69 = 105
H6A = 106
H6B = 107
H6C = 108
H6D = 109
H6E = 110
H6F = 111
H70 = 112
H71 = 113
H72 = 114
H73 = 115
H74 = 116
H75 = 117
H76 = 118
H77 = 119
H78 = 120
H79 = 121
H7A = 122
H7B = 123
H7C = 124
H7D = 125
H7E = 126
H7F = 127
Implementations§
Trait Implementations§
Source§impl Clone for VendorCommand
impl Clone for VendorCommand
Source§fn clone(&self) -> VendorCommand
fn clone(&self) -> VendorCommand
Returns a copy 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 VendorCommand
impl Debug for VendorCommand
Source§impl PartialEq for VendorCommand
impl PartialEq for VendorCommand
Source§impl TryFrom<u8> for VendorCommand
impl TryFrom<u8> for VendorCommand
impl Copy for VendorCommand
impl Eq for VendorCommand
impl StructuralPartialEq for VendorCommand
Auto Trait Implementations§
impl Freeze for VendorCommand
impl RefUnwindSafe for VendorCommand
impl Send for VendorCommand
impl Sync for VendorCommand
impl Unpin for VendorCommand
impl UnwindSafe for VendorCommand
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