Enum hid_gamepad_types::JoyKey
source · pub enum JoyKey {
Show 20 variants
Up,
Down,
Left,
Right,
N,
S,
E,
W,
L,
R,
ZL,
ZR,
SL,
SR,
L3,
R3,
Minus,
Plus,
Capture,
Home,
}
Variants§
Trait Implementations§
source§impl PartialEq for JoyKey
impl PartialEq for JoyKey
impl Copy for JoyKey
impl Eq for JoyKey
impl StructuralPartialEq for JoyKey
Auto Trait Implementations§
impl Freeze for JoyKey
impl RefUnwindSafe for JoyKey
impl Send for JoyKey
impl Sync for JoyKey
impl Unpin for JoyKey
impl UnwindSafe for JoyKey
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