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 Clone for XF86VidModeMonitor
[src][+]
impl Copy for XF86VidModeMonitor
[src]
impl Debug for XF86VidModeMonitor
[src][+]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,