Struct x11::xf86vmode::XF86VidModeMonitor [−] [src]

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
model
EMPTY
nhsync
hsync
nvsync
vsync

Trait Implementations

Derived Implementations

impl Copy for XF86VidModeMonitor

impl Clone for XF86VidModeMonitor

fn clone(&self) -> XF86VidModeMonitor

fn clone_from(&mut self, source: &Self)