Struct x11::xf86vmode::XF86VidModeGamma [−] [src]

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

Fields

red
green
blue

Trait Implementations

Derived Implementations

impl Copy for XF86VidModeGamma

impl Clone for XF86VidModeGamma

fn clone(&self) -> XF86VidModeGamma

fn clone_from(&mut self, source: &Self)