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: RRModewidth: c_uintheight: c_uintdotClock: c_ulonghSyncStart: c_uinthSyncEnd: c_uinthTotal: c_uinthSkew: c_uintvSyncStart: c_uintvSyncEnd: c_uintvTotal: c_uintname: *mut c_charnameLength: c_uintmodeFlags: XRRModeFlagsTrait Implementations
sourceimpl Clone for XRRModeInfo
impl Clone for XRRModeInfo
sourcefn clone(&self) -> XRRModeInfo
fn clone(&self) -> XRRModeInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for XRRModeInfo
impl Debug for XRRModeInfo
sourceimpl PartialEq<XRRModeInfo> for XRRModeInfo
impl PartialEq<XRRModeInfo> for XRRModeInfo
sourcefn 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 ==. Read more
impl Copy for XRRModeInfo
impl StructuralPartialEq for XRRModeInfo
Auto Trait Implementations
impl RefUnwindSafe for XRRModeInfo
impl !Send for XRRModeInfo
impl !Sync for XRRModeInfo
impl Unpin for XRRModeInfo
impl UnwindSafe for XRRModeInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more