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
impl Debug for XRenderDirectFormat[src]
impl Debug for XRenderDirectFormatfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XRenderDirectFormat[src]
impl Clone for XRenderDirectFormatfn clone(&self) -> XRenderDirectFormat[src]
fn clone(&self) -> XRenderDirectFormatReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XRenderDirectFormat[src]
impl Copy for XRenderDirectFormatimpl PartialEq for XRenderDirectFormat[src]
impl PartialEq for XRenderDirectFormatfn eq(&self, other: &XRenderDirectFormat) -> bool[src]
fn eq(&self, other: &XRenderDirectFormat) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XRenderDirectFormat) -> bool[src]
fn ne(&self, other: &XRenderDirectFormat) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for XRenderDirectFormat
impl Send for XRenderDirectFormatimpl Sync for XRenderDirectFormat
impl Sync for XRenderDirectFormat