Struct x11_dl::xrender::_XRenderPictureAttributes [−][src]
#[repr(C)]pub struct _XRenderPictureAttributes { pub repeat: c_int, pub alpha_map: Picture, pub alpha_x_origin: c_int, pub alpha_y_origin: c_int, pub clip_x_origin: c_int, pub clip_y_origin: c_int, pub clip_mask: Pixmap, pub graphics_exposures: Bool, pub subwindow_mode: c_int, pub poly_edge: c_int, pub poly_mode: c_int, pub dither: Atom, pub component_alpha: Bool, }
Fields
repeat: c_int
alpha_map: Picture
alpha_x_origin: c_int
alpha_y_origin: c_int
clip_x_origin: c_int
clip_y_origin: c_int
clip_mask: Pixmap
graphics_exposures: Bool
subwindow_mode: c_int
poly_edge: c_int
poly_mode: c_int
dither: Atom
component_alpha: Bool
Trait Implementations
impl Debug for _XRenderPictureAttributes[src]
impl Debug for _XRenderPictureAttributesfn 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 _XRenderPictureAttributes[src]
impl Clone for _XRenderPictureAttributesfn clone(&self) -> _XRenderPictureAttributes[src]
fn clone(&self) -> _XRenderPictureAttributesReturns 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 _XRenderPictureAttributes[src]
impl Copy for _XRenderPictureAttributesimpl PartialEq for _XRenderPictureAttributes[src]
impl PartialEq for _XRenderPictureAttributesfn eq(&self, other: &_XRenderPictureAttributes) -> bool[src]
fn eq(&self, other: &_XRenderPictureAttributes) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &_XRenderPictureAttributes) -> bool[src]
fn ne(&self, other: &_XRenderPictureAttributes) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for _XRenderPictureAttributes
impl Send for _XRenderPictureAttributesimpl Sync for _XRenderPictureAttributes
impl Sync for _XRenderPictureAttributes