Struct sdl2_sys::SDL_CommonEvent [] [src]

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

\brief Fields shared by every event

Fields

Trait Implementations

impl Debug for SDL_CommonEvent
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_CommonEvent
[src]

impl Clone for SDL_CommonEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more