Struct x11_dl::xrandr::XRRModeInfo [] [src]

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 PartialEq for XRRModeInfo
[src]

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

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

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

This method tests for !=.

impl Copy for XRRModeInfo
[src]

impl Clone for XRRModeInfo
[src]

fn clone(&self) -> XRRModeInfo

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more