Struct glutin::platform::unix::x11::ffi::XRenderColor [−][src]
Fields
red: u16
green: u16
blue: u16
alpha: u16
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