pub enum KeycodeTypes {
XkbScancode,
WindowsScancode,
MacScancode,
}Expand description
Specifies which type of scancode to convert from in the KeycodeTranslator.
Variants§
Auto Trait Implementations§
impl Freeze for KeycodeTypes
impl RefUnwindSafe for KeycodeTypes
impl Send for KeycodeTypes
impl Sync for KeycodeTypes
impl Unpin for KeycodeTypes
impl UnwindSafe for KeycodeTypes
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