Struct sdl2_sys::SDL_SysWMEvent [] [src]

#[repr(C)]
pub struct SDL_SysWMEvent { pub type_: Uint32, pub timestamp: Uint32, pub msg: *mut SDL_SysWMmsg, }

\brief A video driver dependent system event (event.syswm.*) This event is disabled by default, you can enable it with SDL_EventState()

\note If you want to use this event, you should include SDL_syswm.h.

Fields

< ::SDL_SYSWMEVENT

< driver dependent data, defined in SDL_syswm.h

Trait Implementations

impl Debug for SDL_SysWMEvent
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_SysWMEvent
[src]

impl Clone for SDL_SysWMEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more