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

Trait Implementations

impl Clone for XRRCrtcGamma
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XRRCrtcGamma
[src]

impl PartialEq for XRRCrtcGamma
[src]

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

This method tests for !=.