Struct sdl2_sys::joystick::SDL_JoystickGUID [] [src]

pub struct SDL_JoystickGUID {
    pub data: [uint8_t; 16],
}

Fields

data: [uint8_t; 16]

Trait Implementations

impl Hash for SDL_JoystickGUID
[src]

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

Feeds this value into the state given, updating the hasher as necessary.

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0

Feeds a slice of this type into the state provided.

impl PartialEq for SDL_JoystickGUID
[src]

fn eq(&self, __arg_0: &SDL_JoystickGUID) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &SDL_JoystickGUID) -> bool

This method tests for !=.

impl Eq for SDL_JoystickGUID
[src]

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

impl Copy for SDL_JoystickGUID
[src]