pub enum Location {
Standard,
Left,
Right,
Numpad,
}
Expand description
The location of a key on the keyboard.
Variants§
Standard
The standard group of keys on the keyboard.
Left
The left side of the keyboard.
Right
The right side of the keyboard.
Numpad
The numpad of the keyboard.
Trait Implementations§
impl Copy for Location
impl Eq for Location
impl StructuralPartialEq for Location
Auto Trait Implementations§
impl Freeze for Location
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
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