#[repr(u32)]pub enum MacroKeyId {
Show 20 variants
Key1 = 1,
Key2 = 2,
Key3 = 3,
Key4 = 4,
Key5 = 5,
Key6 = 6,
Key7 = 7,
Key8 = 8,
Key9 = 9,
Key10 = 10,
Key11 = 11,
Key12 = 12,
Key13 = 13,
Key14 = 14,
Key15 = 15,
Key16 = 16,
Key17 = 17,
Key18 = 18,
Key19 = 19,
Key20 = 20,
}Expand description
Identifier for a G/M/S macro key.
Variants§
Key1 = 1
Key2 = 2
Key3 = 3
Key4 = 4
Key5 = 5
Key6 = 6
Key7 = 7
Key8 = 8
Key9 = 9
Key10 = 10
Key11 = 11
Key12 = 12
Key13 = 13
Key14 = 14
Key15 = 15
Key16 = 16
Key17 = 17
Key18 = 18
Key19 = 19
Key20 = 20
Trait Implementations§
Source§impl Clone for MacroKeyId
impl Clone for MacroKeyId
Source§fn clone(&self) -> MacroKeyId
fn clone(&self) -> MacroKeyId
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 MacroKeyId
impl Debug for MacroKeyId
Source§impl Hash for MacroKeyId
impl Hash for MacroKeyId
Source§impl PartialEq for MacroKeyId
impl PartialEq for MacroKeyId
impl Copy for MacroKeyId
impl Eq for MacroKeyId
impl StructuralPartialEq for MacroKeyId
Auto Trait Implementations§
impl Freeze for MacroKeyId
impl RefUnwindSafe for MacroKeyId
impl Send for MacroKeyId
impl Sync for MacroKeyId
impl Unpin for MacroKeyId
impl UnwindSafe for MacroKeyId
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