Struct x11_dl::xf86vmode::XF86VidModeSyncRange  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct XF86VidModeSyncRange { pub hi: c_float, pub lo: c_float, }
Fields
hi: c_float
                           
                           
                           
                           lo: c_float
                           
            Trait Implementations
impl Debug for XF86VidModeSyncRange[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XF86VidModeSyncRange[src]
fn clone(&self) -> XF86VidModeSyncRange[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more