Struct x11_dl::xf86vmode::XF86VidModeMonitor
source · #[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§
source§impl Clone for XF86VidModeMonitor
impl Clone for XF86VidModeMonitor
source§fn clone(&self) -> XF86VidModeMonitor
fn clone(&self) -> XF86VidModeMonitor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XF86VidModeMonitor
impl Debug for XF86VidModeMonitor
impl Copy for XF86VidModeMonitor
Auto Trait Implementations§
impl Freeze for XF86VidModeMonitor
impl RefUnwindSafe for XF86VidModeMonitor
impl !Send for XF86VidModeMonitor
impl !Sync for XF86VidModeMonitor
impl Unpin for XF86VidModeMonitor
impl UnwindSafe for XF86VidModeMonitor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)