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

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

Fields

Trait Implementations

impl Copy for SDL_JoystickGUID
[src]

impl Clone for SDL_JoystickGUID
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for SDL_JoystickGUID
[src]

impl PartialEq for SDL_JoystickGUID
[src]

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

This method tests for !=.

impl Hash for SDL_JoystickGUID
[src]

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

Feeds a slice of this type into the state provided.