Struct allegro_sys::events::ALLEGRO_ANY_EVENT [] [src]

#[repr(C)]
pub struct ALLEGRO_ANY_EVENT { pub _type: ALLEGRO_EVENT_TYPE, pub source: *mut ALLEGRO_EVENT_SOURCE, pub timestamp: c_double, }

Fields

Trait Implementations

impl Copy for ALLEGRO_ANY_EVENT
[src]

impl Clone for ALLEGRO_ANY_EVENT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more