Struct x11::xrandr::XRRModeInfo
source · #[repr(C)]pub struct XRRModeInfo {Show 14 fields
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: XRRModeFlagsTrait Implementations§
source§impl Clone for XRRModeInfo
impl Clone for XRRModeInfo
source§fn clone(&self) -> XRRModeInfo
fn clone(&self) -> XRRModeInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for XRRModeInfo
impl Debug for XRRModeInfo
source§impl PartialEq<XRRModeInfo> for XRRModeInfo
impl PartialEq<XRRModeInfo> for XRRModeInfo
source§fn eq(&self, other: &XRRModeInfo) -> bool
fn eq(&self, other: &XRRModeInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.