Enum glfw::JoystickId[src]

pub enum JoystickId {
    Joystick1,
    Joystick2,
    Joystick3,
    Joystick4,
    Joystick5,
    Joystick6,
    Joystick7,
    Joystick8,
    Joystick9,
    Joystick10,
    Joystick11,
    Joystick12,
    Joystick13,
    Joystick14,
    Joystick15,
    Joystick16,
}

Joystick identifier tokens.

Variants

Joystick1
Joystick2
Joystick3
Joystick4
Joystick5
Joystick6
Joystick7
Joystick8
Joystick9
Joystick10
Joystick11
Joystick12
Joystick13
Joystick14
Joystick15
Joystick16

Trait Implementations

Derived Implementations

impl Show for JoystickId

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for JoystickId

fn hash(&self, __arg_0: &mut SipState)

impl Eq for JoystickId

fn eq(&self, __arg_0: &JoystickId) -> bool

fn ne(&self, __arg_0: &JoystickId) -> bool

impl Clone for JoystickId

fn clone(&self) -> JoystickId