Struct x11_dl::xrandr::XRRModeInfo [−][src]
#[repr(C)]pub struct XRRModeInfo { pub id: RRMode, pub width: c_uint, pub height: c_uint, pub dotClock: c_ulong, pub hSyncStart: c_uint, pub hSyncEnd: c_uint, pub hTotal: c_uint, pub hSkew: c_uint, pub vSyncStart: c_uint, pub vSyncEnd: c_uint, pub vTotal: c_uint, pub name: *mut c_char, pub nameLength: c_uint, pub modeFlags: XRRModeFlags, }
Fields
id: RRMode
width: c_uint
height: c_uint
dotClock: c_ulong
hSyncStart: c_uint
hSyncEnd: c_uint
hTotal: c_uint
hSkew: c_uint
vSyncStart: c_uint
vSyncEnd: c_uint
vTotal: c_uint
name: *mut c_char
nameLength: c_uint
modeFlags: XRRModeFlags
Trait Implementations
impl Debug for XRRModeInfo[src]
impl Debug for XRRModeInfofn 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 XRRModeInfo[src]
impl Clone for XRRModeInfofn clone(&self) -> XRRModeInfo[src]
fn clone(&self) -> XRRModeInfoReturns 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 XRRModeInfo[src]
impl Copy for XRRModeInfoimpl PartialEq for XRRModeInfo[src]
impl PartialEq for XRRModeInfofn eq(&self, other: &XRRModeInfo) -> bool[src]
fn eq(&self, other: &XRRModeInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XRRModeInfo) -> bool[src]
fn ne(&self, other: &XRRModeInfo) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XRRModeInfo
impl !Send for XRRModeInfoimpl !Sync for XRRModeInfo
impl !Sync for XRRModeInfo