Struct x11_dl::xrandr::XRRCrtcGamma [] [src]

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 PartialEq for XRRCrtcGamma
[src]

fn eq(&self, __arg_0: &XRRCrtcGamma) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &XRRCrtcGamma) -> bool

This method tests for !=.

impl Copy for XRRCrtcGamma
[src]

impl Clone for XRRCrtcGamma
[src]

fn clone(&self) -> XRRCrtcGamma

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more