Struct x11::xf86vmode::XF86VidModeGamma
source · #[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§
source§impl Clone for XF86VidModeGamma
impl Clone for XF86VidModeGamma
source§fn clone(&self) -> XF86VidModeGamma
fn clone(&self) -> XF86VidModeGamma
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more