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