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

Trait Implementations

impl Debug for XF86VidModeMonitor
[src]

Formats the value using the given formatter. Read more

impl Clone for XF86VidModeMonitor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XF86VidModeMonitor
[src]

Auto Trait Implementations

impl !Send for XF86VidModeMonitor

impl !Sync for XF86VidModeMonitor