Struct x11_dl::xf86vmode::XF86VidModeGamma [−][src]
Fields
red: c_float
green: c_float
blue: c_float
Trait Implementations
impl Debug for XF86VidModeGamma[src]
impl Debug for XF86VidModeGammafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XF86VidModeGamma[src]
impl Clone for XF86VidModeGammafn clone(&self) -> XF86VidModeGamma[src]
fn clone(&self) -> XF86VidModeGammaReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XF86VidModeGamma[src]
impl Copy for XF86VidModeGammaAuto Trait Implementations
impl Send for XF86VidModeGamma
impl Send for XF86VidModeGammaimpl Sync for XF86VidModeGamma
impl Sync for XF86VidModeGamma