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

pub struct ALLEGRO_MONITOR_INFO {
    pub x1: c_int,
    pub y1: c_int,
    pub x2: c_int,
    pub y2: c_int,
}

Fields

x1: c_int y1: c_int x2: c_int y2: c_int

Trait Implementations

impl Clone for ALLEGRO_MONITOR_INFO
[src]

fn clone(&self) -> ALLEGRO_MONITOR_INFO

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for ALLEGRO_MONITOR_INFO
[src]