Struct glutin::platform::unix::x11::ffi::XRenderDirectFormat [−][src]
#[repr(C)]pub struct XRenderDirectFormat {
pub red: i16,
pub redMask: i16,
pub green: i16,
pub greenMask: i16,
pub blue: i16,
pub blueMask: i16,
pub alpha: i16,
pub alphaMask: i16,
}Fields
red: i16redMask: i16green: i16greenMask: i16blue: i16blueMask: i16alpha: i16alphaMask: i16Trait 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
