Struct allegro_sys::events::ALLEGRO_USER_EVENT [] [src]

#[repr(C)]
pub struct ALLEGRO_USER_EVENT { pub _type: ALLEGRO_EVENT_TYPE, pub source: *mut ALLEGRO_EVENT_SOURCE, pub timestamp: c_double, pub _internal__descr: *mut c_void, pub data1: intptr_t, pub data2: intptr_t, pub data3: intptr_t, pub data4: intptr_t, }

Fields

Trait Implementations

impl Copy for ALLEGRO_USER_EVENT
[src]

impl Clone for ALLEGRO_USER_EVENT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more