Struct x11_dl::xrandr::XRRScreenSize  
                   
                       [−]
                   
               [src]
#[repr(C)]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 Debug for XRRScreenSize[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XRRScreenSize[src]
fn clone(&self) -> XRRScreenSize[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for XRRScreenSize[src]
impl PartialEq for XRRScreenSize[src]
fn eq(&self, __arg_0: &XRRScreenSize) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRRScreenSize) -> bool[src]
This method tests for !=.