Struct x11::xf86vmode::XF86VidModeGamma
source · [−]Fields
red: c_float
green: c_float
blue: c_float
Trait Implementations
sourceimpl Clone for XF86VidModeGamma
impl Clone for XF86VidModeGamma
sourcefn clone(&self) -> XF86VidModeGamma
fn clone(&self) -> XF86VidModeGamma
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XF86VidModeGamma
impl Debug for XF86VidModeGamma
impl Copy for XF86VidModeGamma
Auto Trait Implementations
impl RefUnwindSafe for XF86VidModeGamma
impl Send for XF86VidModeGamma
impl Sync for XF86VidModeGamma
impl Unpin for XF86VidModeGamma
impl UnwindSafe for XF86VidModeGamma
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more