Enum joycon_sys::input::Button
source · pub enum Button {
Show 14 variants
N,
S,
E,
W,
L,
R,
ZL,
ZR,
L3,
R3,
UP,
DOWN,
LEFT,
RIGHT,
}
Variants§
Auto Trait Implementations§
impl Freeze for Button
impl RefUnwindSafe for Button
impl Send for Button
impl Sync for Button
impl Unpin for Button
impl UnwindSafe for Button
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