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_char
model: *mut c_char
EMPTY: c_float
nhsync: c_uchar
hsync: *mut XF86VidModeSyncRange
nvsync: c_uchar
vsync: *mut XF86VidModeSyncRange
Trait Implementations
impl Debug for XF86VidModeMonitor[src]
impl Debug for XF86VidModeMonitorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XF86VidModeMonitor[src]
impl Clone for XF86VidModeMonitorfn clone(&self) -> XF86VidModeMonitor[src]
fn clone(&self) -> XF86VidModeMonitorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XF86VidModeMonitor[src]
impl Copy for XF86VidModeMonitorAuto Trait Implementations
impl !Send for XF86VidModeMonitor
impl !Send for XF86VidModeMonitorimpl !Sync for XF86VidModeMonitor
impl !Sync for XF86VidModeMonitor