Struct x11_dl::xrender::_XIndexValue [] [src]

pub struct _XIndexValue {
    pub pixel: c_ulong,
    pub red: c_ushort,
    pub green: c_ushort,
    pub blue: c_ushort,
    pub alpha: c_ushort,
}

Fields

pixel
red
green
blue
alpha

Trait Implementations

Derived Implementations

impl PartialEq for _XIndexValue

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

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

impl Copy for _XIndexValue

impl Clone for _XIndexValue

fn clone(&self) -> _XIndexValue

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