pub type XRenderPictureAttributes = _XRenderPictureAttributes;

Aliased Type§

struct XRenderPictureAttributes {
Show 13 fields pub repeat: i32, pub alpha_map: u64, pub alpha_x_origin: i32, pub alpha_y_origin: i32, pub clip_x_origin: i32, pub clip_y_origin: i32, pub clip_mask: u64, pub graphics_exposures: i32, pub subwindow_mode: i32, pub poly_edge: i32, pub poly_mode: i32, pub dither: u64, pub component_alpha: i32,
}

Fields§

§repeat: i32§alpha_map: u64§alpha_x_origin: i32§alpha_y_origin: i32§clip_x_origin: i32§clip_y_origin: i32§clip_mask: u64§graphics_exposures: i32§subwindow_mode: i32§poly_edge: i32§poly_mode: i32§dither: u64§component_alpha: i32

Trait Implementations§

source§

impl Clone for _XRenderPictureAttributes

source§

fn clone(&self) -> _XRenderPictureAttributes

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _XRenderPictureAttributes

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl PartialEq<_XRenderPictureAttributes> for _XRenderPictureAttributes

source§

fn eq(&self, other: &_XRenderPictureAttributes) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for _XRenderPictureAttributes

source§

impl StructuralPartialEq for _XRenderPictureAttributes