Struct rich_sdl2_rust::event::joystick::JoystickSet
source · pub struct JoystickSet(/* private fields */);
Expand description
A set of all recognized Joystick
at initialized.
Implementations§
source§impl JoystickSet
impl JoystickSet
Trait Implementations§
source§impl Debug for JoystickSet
impl Debug for JoystickSet
source§impl Default for JoystickSet
impl Default for JoystickSet
Auto Trait Implementations§
impl RefUnwindSafe for JoystickSet
impl !Send for JoystickSet
impl !Sync for JoystickSet
impl Unpin for JoystickSet
impl UnwindSafe for JoystickSet
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