pub enum JoypadButton {
Fire,
Up,
Right,
Down,
Left,
Primary,
Secondary,
}
Expand description
Representing the buttons on a Joypad for use in the Joypad
virtual controller.
Includes directional buttons and two fire buttons: Primary & Secondary. Fire is used as a shortcut for Primary or Secondary.
Variants§
Fire
Fire Joypad button
Up
Up Joypad button
Right
Right Joypad button
Down
Down Joypad button
Left
Left Joypad button
Primary
Primary Joypad button
Secondary
Secondary Joypad button
Trait Implementations§
Source§impl Clone for JoypadButton
impl Clone for JoypadButton
Source§fn clone(&self) -> JoypadButton
fn clone(&self) -> JoypadButton
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for JoypadButton
impl Debug for JoypadButton
Source§impl PartialEq for JoypadButton
impl PartialEq for JoypadButton
impl Copy for JoypadButton
impl Eq for JoypadButton
impl StructuralPartialEq for JoypadButton
Auto Trait Implementations§
impl Freeze for JoypadButton
impl RefUnwindSafe for JoypadButton
impl Send for JoypadButton
impl Sync for JoypadButton
impl Unpin for JoypadButton
impl UnwindSafe for JoypadButton
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Fr, To> IntoColor<To> for Frwhere
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Frwhere
To: FromColor<Fr>,
Source§fn into_color(self) -> To
fn into_color(self) -> To
Convert into color