Enum glfw::JoystickId [−][src]
#[repr(i32)] pub enum JoystickId {}Show 16 variants
Joystick1, Joystick2, Joystick3, Joystick4, Joystick5, Joystick6, Joystick7, Joystick8, Joystick9, Joystick10, Joystick11, Joystick12, Joystick13, Joystick14, Joystick15, Joystick16,
Expand description
Joystick identifier tokens.
Variants
Implementations
Converts from i32
.
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for JoystickId
impl Send for JoystickId
impl Sync for JoystickId
impl Unpin for JoystickId
impl UnwindSafe for JoystickId
Blanket Implementations
Mutably borrows from an owned value. Read more