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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XRRCrtcGamma[src]
fn clone(&self) -> XRRCrtcGamma[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for XRRCrtcGamma[src]
impl PartialEq for XRRCrtcGamma[src]
fn eq(&self, __arg_0: &XRRCrtcGamma) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRRCrtcGamma) -> bool[src]
This method tests for !=.