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

Trait Implementations

impl Clone for XRRScreenSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XRRScreenSize
[src]

impl PartialEq for XRRScreenSize
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.