Struct x11_dl::xrandr::XRRCrtcGamma [−][src]
#[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
impl Debug for XRRCrtcGamma[src]
impl Debug for XRRCrtcGammafn 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 XRRCrtcGamma[src]
impl Clone for XRRCrtcGammafn clone(&self) -> XRRCrtcGamma[src]
fn clone(&self) -> XRRCrtcGammaReturns 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 XRRCrtcGamma[src]
impl Copy for XRRCrtcGammaimpl PartialEq for XRRCrtcGamma[src]
impl PartialEq for XRRCrtcGammafn eq(&self, other: &XRRCrtcGamma) -> bool[src]
fn eq(&self, other: &XRRCrtcGamma) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XRRCrtcGamma) -> bool[src]
fn ne(&self, other: &XRRCrtcGamma) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XRRCrtcGamma
impl !Send for XRRCrtcGammaimpl !Sync for XRRCrtcGamma
impl !Sync for XRRCrtcGamma