Struct x11::xrender::_XIndexValue
source · #[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§
source§impl Clone for _XIndexValue
impl Clone for _XIndexValue
source§fn clone(&self) -> _XIndexValue
fn clone(&self) -> _XIndexValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _XIndexValue
impl Debug for _XIndexValue
source§impl PartialEq<_XIndexValue> for _XIndexValue
impl PartialEq<_XIndexValue> for _XIndexValue
source§fn eq(&self, other: &_XIndexValue) -> bool
fn eq(&self, other: &_XIndexValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.