Struct sdl2_sys::SDL_OSEvent [] [src]

#[repr(C)]
pub struct SDL_OSEvent { pub type_: Uint32, pub timestamp: Uint32, }

\brief OS Specific event

Fields

< ::SDL_QUIT

Trait Implementations

impl Debug for SDL_OSEvent
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_OSEvent
[src]

impl Clone for SDL_OSEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more