pub enum ViaCommandId {
Show 21 variants
GetProtocolVersion = 1,
GetKeyboardValue = 2,
SetKeyboardValue = 3,
DynamicKeymapGetKeycode = 4,
DynamicKeymapSetKeycode = 5,
DynamicKeymapClearAll = 6,
CustomMenuSetValue = 7,
CustomMenuGetValue = 8,
CustomMenuSave = 9,
EepromReset = 10,
BootloaderJump = 11,
DynamicKeymapMacroGetCount = 12,
DynamicKeymapMacroGetBufferSize = 13,
DynamicKeymapMacroGetBuffer = 14,
DynamicKeymapMacroSetBuffer = 15,
DynamicKeymapMacroReset = 16,
DynamicKeymapGetLayerCount = 17,
DynamicKeymapGetBuffer = 18,
DynamicKeymapSetBuffer = 19,
DynamicKeymapGetEncoder = 20,
DynamicKeymapSetEncoder = 21,
}Variants§
GetProtocolVersion = 1
GetKeyboardValue = 2
SetKeyboardValue = 3
DynamicKeymapGetKeycode = 4
DynamicKeymapSetKeycode = 5
DynamicKeymapClearAll = 6
CustomMenuSetValue = 7
CustomMenuGetValue = 8
CustomMenuSave = 9
EepromReset = 10
BootloaderJump = 11
DynamicKeymapMacroGetCount = 12
DynamicKeymapMacroGetBufferSize = 13
DynamicKeymapMacroGetBuffer = 14
DynamicKeymapMacroSetBuffer = 15
DynamicKeymapMacroReset = 16
DynamicKeymapGetLayerCount = 17
DynamicKeymapGetBuffer = 18
DynamicKeymapSetBuffer = 19
DynamicKeymapGetEncoder = 20
DynamicKeymapSetEncoder = 21
Trait Implementations§
Source§impl Clone for ViaCommandId
impl Clone for ViaCommandId
Source§fn clone(&self) -> ViaCommandId
fn clone(&self) -> ViaCommandId
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 ViaCommandId
impl Debug for ViaCommandId
Source§impl PartialEq for ViaCommandId
impl PartialEq for ViaCommandId
impl Copy for ViaCommandId
impl StructuralPartialEq for ViaCommandId
Auto Trait Implementations§
impl Freeze for ViaCommandId
impl RefUnwindSafe for ViaCommandId
impl Send for ViaCommandId
impl Sync for ViaCommandId
impl Unpin for ViaCommandId
impl UnsafeUnpin for ViaCommandId
impl UnwindSafe for ViaCommandId
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