Struct x11::xrandr::XRRCrtcGamma
source · [−]#[repr(C)]pub struct XRRCrtcGamma {
pub size: c_int,
pub red: *mut c_ushort,
pub green: *mut c_ushort,
pub blue: *mut c_ushort,
}
Fields
size: c_int
red: *mut c_ushort
green: *mut c_ushort
blue: *mut c_ushort
Trait Implementations
sourceimpl Clone for XRRCrtcGamma
impl Clone for XRRCrtcGamma
sourcefn clone(&self) -> XRRCrtcGamma
fn clone(&self) -> XRRCrtcGamma
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 XRRCrtcGamma
impl Debug for XRRCrtcGamma
sourceimpl PartialEq<XRRCrtcGamma> for XRRCrtcGamma
impl PartialEq<XRRCrtcGamma> for XRRCrtcGamma
sourcefn eq(&self, other: &XRRCrtcGamma) -> bool
fn eq(&self, other: &XRRCrtcGamma) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XRRCrtcGamma
impl StructuralPartialEq for XRRCrtcGamma
Auto Trait Implementations
impl RefUnwindSafe for XRRCrtcGamma
impl !Send for XRRCrtcGamma
impl !Sync for XRRCrtcGamma
impl Unpin for XRRCrtcGamma
impl UnwindSafe for XRRCrtcGamma
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