Struct sdl2_sys::joystick::SDL_JoystickGUID
[−]
[src]
pub struct SDL_JoystickGUID {
pub data: [uint8_t; 16],
}Fields
data: [uint8_t; 16]
Trait Implementations
impl Clone for SDL_JoystickGUID[src]
fn clone(&self) -> SDL_JoystickGUID
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more