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: c_int
height: c_int
mwidth: c_int
mheight: c_int
Trait Implementations
impl PartialEq for XRRScreenSize[src]
fn eq(&self, __arg_0: &XRRScreenSize) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRRScreenSize) -> bool
This method tests for !=.
impl Copy for XRRScreenSize[src]
impl Clone for XRRScreenSize[src]
fn clone(&self) -> XRRScreenSize
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