Struct x11_dl::xf86vmode::XF86VidModeSyncRange [] [src]

#[repr(C)]
pub struct XF86VidModeSyncRange { pub hi: c_float, pub lo: c_float, }

Fields

Trait Implementations

impl Debug for XF86VidModeSyncRange
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for XF86VidModeSyncRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XF86VidModeSyncRange
[src]