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: TimeconfigTimestamp: Timencrtc: c_intcrtcs: *mut RRCrtcnoutput: c_intoutputs: *mut RROutputnmode: c_intmodes: *mut XRRModeInfoTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for XRRScreenResources
impl !Send for XRRScreenResources
impl !Sync for XRRScreenResources
impl Unpin for XRRScreenResources
impl UnwindSafe for XRRScreenResources
Blanket Implementations
Mutably borrows from an owned value. Read more
