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]
impl Debug for XRRScreenResourcesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XRRScreenResources[src]
impl Clone for XRRScreenResourcesfn clone(&self) -> XRRScreenResources[src]
fn clone(&self) -> XRRScreenResourcesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XRRScreenResources[src]
impl Copy for XRRScreenResourcesimpl PartialEq for XRRScreenResources[src]
impl PartialEq for XRRScreenResourcesfn eq(&self, other: &XRRScreenResources) -> bool[src]
fn eq(&self, other: &XRRScreenResources) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XRRScreenResources) -> bool[src]
fn ne(&self, other: &XRRScreenResources) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XRRScreenResources
impl !Send for XRRScreenResourcesimpl !Sync for XRRScreenResources
impl !Sync for XRRScreenResources