Struct x11_dl::xrender::XRenderColor [−][src]
#[repr(C)]pub struct XRenderColor {
pub red: c_ushort,
pub green: c_ushort,
pub blue: c_ushort,
pub alpha: c_ushort,
}
Fields
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 XRenderColor
impl Send for XRenderColor
impl Sync for XRenderColor
impl Unpin for XRenderColor
impl UnwindSafe for XRenderColor
Blanket Implementations
Mutably borrows from an owned value. Read more