Struct x11_dl::xrandr::XRRScreenSize [] [src]

pub struct XRRScreenSize {
    pub width: c_int,
    pub height: c_int,
    pub mwidth: c_int,
    pub mheight: c_int,
}

Fields

width
height
mwidth
mheight

Trait Implementations

Derived Implementations

impl PartialEq for XRRScreenSize

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

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

impl Copy for XRRScreenSize

impl Clone for XRRScreenSize

fn clone(&self) -> XRRScreenSize

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