Struct allegro_sys::monitor::ALLEGRO_MONITOR_INFO [] [src]

#[repr(C)]
pub struct ALLEGRO_MONITOR_INFO { pub x1: c_int, pub y1: c_int, pub x2: c_int, pub y2: c_int, }

Fields

Trait Implementations

impl Copy for ALLEGRO_MONITOR_INFO
[src]

impl Clone for ALLEGRO_MONITOR_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more