Struct glutin::platform::unix::x11::ffi::XRRModeInfo [−][src]
#[repr(C)]pub struct XRRModeInfo {}Fields
id: u64width: u32height: u32dotClock: u64hSyncStart: u32hSyncEnd: u32hTotal: u32hSkew: u32vSyncStart: u32vSyncEnd: u32vTotal: u32name: *mut i8nameLength: u32modeFlags: u64Trait 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
