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

timestamp
configTimestamp
ncrtc
crtcs
noutput
outputs
nmode
modes

Trait Implementations

Derived Implementations

impl PartialEq for XRRScreenResources

fn eq(&self, __arg_0: &XRRScreenResources) -> bool

fn ne(&self, __arg_0: &XRRScreenResources) -> bool

impl Copy for XRRScreenResources

impl Clone for XRRScreenResources

fn clone(&self) -> XRRScreenResources

1.0.0fn clone_from(&mut self, source: &Self)