Struct x11_dl::xrender::_XIndexValue [−][src]
#[repr(C)]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: c_ulong
red: c_ushort
green: c_ushort
blue: c_ushort
alpha: c_ushort
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for _XIndexValue
impl Send for _XIndexValue
impl Sync for _XIndexValue
impl Unpin for _XIndexValue
impl UnwindSafe for _XIndexValue
Blanket Implementations
Mutably borrows from an owned value. Read more