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§
source§impl Clone for XRRCrtcGamma
impl Clone for XRRCrtcGamma
source§fn clone(&self) -> XRRCrtcGamma
fn clone(&self) -> XRRCrtcGamma
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 moresource§impl Debug for XRRCrtcGamma
impl Debug for XRRCrtcGamma
source§impl PartialEq<XRRCrtcGamma> for XRRCrtcGamma
impl PartialEq<XRRCrtcGamma> for XRRCrtcGamma
source§fn 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 ==
.