Struct allegro_sys::events::ALLEGRO_DISPLAY_EVENT [] [src]

#[repr(C)]
pub struct ALLEGRO_DISPLAY_EVENT { pub _type: ALLEGRO_EVENT_TYPE, pub source: *mut ALLEGRO_DISPLAY, pub timestamp: c_double, pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, pub orientation: c_int, }

Fields

Trait Implementations

impl Copy for ALLEGRO_DISPLAY_EVENT
[src]

impl Clone for ALLEGRO_DISPLAY_EVENT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more