pub enum RetroJoypadButton {
Show 16 variants
B = 0,
Y = 1,
Select = 2,
Start = 3,
Up = 4,
Down = 5,
Left = 6,
Right = 7,
A = 8,
X = 9,
L1 = 10,
R1 = 11,
L2 = 12,
R2 = 13,
L3 = 14,
R3 = 15,
}
Variants§
B = 0
Y = 1
Select = 2
Start = 3
Up = 4
Down = 5
Left = 6
Right = 7
A = 8
X = 9
L1 = 10
R1 = 11
L2 = 12
R2 = 13
L3 = 14
R3 = 15
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RetroJoypadButton
impl RefUnwindSafe for RetroJoypadButton
impl Send for RetroJoypadButton
impl Sync for RetroJoypadButton
impl Unpin for RetroJoypadButton
impl UnwindSafe for RetroJoypadButton
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