Struct x11_dl::xf86vmode::XF86VidModeGamma [] [src]

#[repr(C)]
pub struct XF86VidModeGamma { pub red: c_float, pub green: c_float, pub blue: c_float, }

Fields

Trait Implementations

impl Clone for XF86VidModeGamma
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XF86VidModeGamma
[src]