Struct x11_dl::xf86vmode::XF86VidModeMonitor [−][src]
#[repr(C)]pub struct XF86VidModeMonitor {
pub vendor: *mut c_char,
pub model: *mut c_char,
pub EMPTY: c_float,
pub nhsync: c_uchar,
pub hsync: *mut XF86VidModeSyncRange,
pub nvsync: c_uchar,
pub vsync: *mut XF86VidModeSyncRange,
}Fields
vendor: *mut c_charmodel: *mut c_charEMPTY: c_floatnhsync: c_ucharhsync: *mut XF86VidModeSyncRangenvsync: c_ucharvsync: *mut XF86VidModeSyncRangeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XF86VidModeMonitor
impl !Send for XF86VidModeMonitor
impl !Sync for XF86VidModeMonitor
impl Unpin for XF86VidModeMonitor
impl UnwindSafe for XF86VidModeMonitor
Blanket Implementations
Mutably borrows from an owned value. Read more
