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

#[repr(C)]
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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more