Struct x11::xf86vmode::XF86VidModeGamma
[−]
[src]
#[repr(C)]pub struct XF86VidModeGamma { pub red: c_float, pub green: c_float, pub blue: c_float, }
Fields
red: c_float
green: c_float
blue: c_float
Trait Implementations
impl Clone for XF86VidModeGamma
[src]
fn clone(&self) -> XF86VidModeGamma
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more