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

Trait Implementations

impl Clone for XRRModeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XRRModeInfo
[src]

impl PartialEq for XRRModeInfo
[src]

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

This method tests for !=.