Struct rich_sdl2_rust::event::joystick::JoystickId
source · pub struct JoystickId<'joystick> { /* private fields */ }
Expand description
Trait Implementations§
source§impl<'joystick> Clone for JoystickId<'joystick>
impl<'joystick> Clone for JoystickId<'joystick>
source§fn clone(&self) -> JoystickId<'joystick>
fn clone(&self) -> JoystickId<'joystick>
Returns a copy 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 JoystickId<'_>
impl Debug for JoystickId<'_>
source§impl<'joystick> Hash for JoystickId<'joystick>
impl<'joystick> Hash for JoystickId<'joystick>
source§impl<'joystick> PartialEq<JoystickId<'joystick>> for JoystickId<'joystick>
impl<'joystick> PartialEq<JoystickId<'joystick>> for JoystickId<'joystick>
source§fn eq(&self, other: &JoystickId<'joystick>) -> bool
fn eq(&self, other: &JoystickId<'joystick>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.