pub enum Kb {
KeyClickPercent(i32),
BellPercent(i32),
BellPitch(i32),
BellDuration(i32),
Led(u32),
LedMode(LedMode),
Key(Keycode32),
AutoRepeatMode(AutoRepeatMode),
}
Variants§
KeyClickPercent(i32)
BellPercent(i32)
BellPitch(i32)
BellDuration(i32)
Led(u32)
LedMode(LedMode)
Key(Keycode32)
AutoRepeatMode(AutoRepeatMode)
Trait Implementations§
source§impl Ord for Kb
impl Ord for Kb
source§impl PartialOrd for Kb
impl PartialOrd for Kb
impl Eq for Kb
impl StructuralPartialEq for Kb
Auto Trait Implementations§
impl Freeze for Kb
impl RefUnwindSafe for Kb
impl Send for Kb
impl Sync for Kb
impl Unpin for Kb
impl UnwindSafe for Kb
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)