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
red
green
blue

Trait Implementations

Derived Implementations

impl PartialEq for XRRCrtcGamma

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

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

impl Copy for XRRCrtcGamma

impl Clone for XRRCrtcGamma

fn clone(&self) -> XRRCrtcGamma

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