Struct x11_dl::xrandr::XRRScreenResources  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct XRRScreenResources { pub timestamp: Time, pub configTimestamp: Time, pub ncrtc: c_int, pub crtcs: *mut RRCrtc, pub noutput: c_int, pub outputs: *mut RROutput, pub nmode: c_int, pub modes: *mut XRRModeInfo, }
Fields
timestamp: Time
                           
                           
                           
                           configTimestamp: Time
                           
                           
                           
                           ncrtc: c_int
                           
                           
                           
                           crtcs: *mut RRCrtc
                           
                           
                           
                           noutput: c_int
                           
                           
                           
                           outputs: *mut RROutput
                           
                           
                           
                           nmode: c_int
                           
                           
                           
                           modes: *mut XRRModeInfo
                           
            Trait Implementations
impl Debug for XRRScreenResources[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XRRScreenResources[src]
fn clone(&self) -> XRRScreenResources[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 XRRScreenResources[src]
impl PartialEq for XRRScreenResources[src]
fn eq(&self, __arg_0: &XRRScreenResources) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRRScreenResources) -> bool[src]
This method tests for !=.