Enum glfw::JoystickId [−][src]
#[repr(i32)] pub enum JoystickId {}Show variants
Joystick1, Joystick2, Joystick3, Joystick4, Joystick5, Joystick6, Joystick7, Joystick8, Joystick9, Joystick10, Joystick11, Joystick12, Joystick13, Joystick14, Joystick15, Joystick16,
Joystick identifier tokens.
Variants
Implementations
impl JoystickId
[src]
impl JoystickId
[src]pub fn from_i32(n: i32) -> Option<JoystickId>
[src]
Converts from i32
.
Trait Implementations
impl Clone for JoystickId
[src]
impl Clone for JoystickId
[src]fn clone(&self) -> JoystickId
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for JoystickId
[src]
impl Hash for JoystickId
[src]impl Ord for JoystickId
[src]
impl Ord for JoystickId
[src]impl PartialEq<JoystickId> for JoystickId
[src]
impl PartialEq<JoystickId> for JoystickId
[src]impl PartialOrd<JoystickId> for JoystickId
[src]
impl PartialOrd<JoystickId> for JoystickId
[src]