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

scancode: SDL_Scancode sym: SDL_Keycode _mod: uint16_t unused: uint32_t

Trait Implementations

impl Clone for SDL_Keysym
[src]

fn clone(&self) -> SDL_Keysym

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_Keysym
[src]