Struct x11_dl::xinerama::XineramaScreenInfo [] [src]

pub struct XineramaScreenInfo {
    pub screen_number: c_int,
    pub x_org: c_short,
    pub y_org: c_short,
    pub width: c_short,
    pub height: c_short,
}

Fields

screen_number
x_org
y_org
width
height

Trait Implementations

Derived Implementations

impl PartialEq for XineramaScreenInfo

fn eq(&self, __arg_0: &XineramaScreenInfo) -> bool

fn ne(&self, __arg_0: &XineramaScreenInfo) -> bool

impl Copy for XineramaScreenInfo

impl Clone for XineramaScreenInfo

fn clone(&self) -> XineramaScreenInfo

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