[][src]Struct fermium::SDL_UserEvent

#[repr(C)]
pub struct SDL_UserEvent {
    pub type_: Uint32,
    pub timestamp: Uint32,
    pub windowID: Uint32,
    pub code: Sint32,
    pub data1: *mut c_void,
    pub data2: *mut c_void,
}

Fields

type_: Uint32timestamp: Uint32windowID: Uint32code: Sint32data1: *mut c_voiddata2: *mut c_void

Trait Implementations

impl PartialEq<SDL_UserEvent> for SDL_UserEvent[src]

impl Debug for SDL_UserEvent[src]

impl Copy for SDL_UserEvent[src]

impl Clone for SDL_UserEvent[src]

impl Default for SDL_UserEvent[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]