#[repr(C)]pub struct _SDL_Joystick { /* private fields */ }
Expand description
The joystick structure used to identify an SDL joystick
Trait Implementations§
Source§impl Clone for _SDL_Joystick
impl Clone for _SDL_Joystick
Source§fn clone(&self) -> _SDL_Joystick
fn clone(&self) -> _SDL_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 moreimpl Copy for _SDL_Joystick
Auto Trait Implementations§
impl Freeze for _SDL_Joystick
impl RefUnwindSafe for _SDL_Joystick
impl Send for _SDL_Joystick
impl Sync for _SDL_Joystick
impl Unpin for _SDL_Joystick
impl UnwindSafe for _SDL_Joystick
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