Struct sdl2_sys::keyboard::SDL_Keysym [] [src]

pub struct SDL_Keysym {
    pub scancode: SDL_Scancode,
    pub sym: SDL_Keycode,
    pub _mod: uint16_t,
    pub unused: uint32_t,
}

Fields

Trait Implementations

impl Copy for SDL_Keysym
[src]

impl Clone for SDL_Keysym
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more