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

pub struct XF86VidModeGamma {
    pub red: c_float,
    pub green: c_float,
    pub blue: c_float,
}

Fields

Trait Implementations

impl Copy for XF86VidModeGamma
[src]

impl Clone for XF86VidModeGamma
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more