Struct glutin::platform::unix::x11::ffi::XRRModeInfo [−][src]
#[repr(C)]pub struct XRRModeInfo {}
Fields
id: u64
width: u32
height: u32
dotClock: u64
hSyncStart: u32
hSyncEnd: u32
hTotal: u32
hSkew: u32
vSyncStart: u32
vSyncEnd: u32
vTotal: u32
name: *mut i8
nameLength: u32
modeFlags: u64
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more