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

Trait Implementations

impl Debug for XRRModeInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for XRRModeInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XRRModeInfo
[src]

impl PartialEq for XRRModeInfo
[src]

[src]

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

[src]

This method tests for !=.