Struct x11_dl::xrandr::XRRScreenResources [] [src]

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

Trait Implementations

impl Clone for XRRScreenResources
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XRRScreenResources
[src]

impl PartialEq for XRRScreenResources
[src]

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

This method tests for !=.