Struct allegro_sys::events::ALLEGRO_TIMER_EVENT [] [src]

#[repr(C)]
pub struct ALLEGRO_TIMER_EVENT { pub _type: ALLEGRO_EVENT_TYPE, pub source: *mut ALLEGRO_TIMER, pub timestamp: c_double, pub count: int64_t, pub error: c_double, }

Fields

Trait Implementations

impl Copy for ALLEGRO_TIMER_EVENT
[src]

impl Clone for ALLEGRO_TIMER_EVENT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more