Struct x11_dl::xrender::_XRenderPictureAttributes [] [src]

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
alpha_map
alpha_x_origin
alpha_y_origin
clip_x_origin
clip_y_origin
clip_mask
graphics_exposures
subwindow_mode
poly_edge
poly_mode
dither
component_alpha

Trait Implementations

Derived Implementations

impl PartialEq for _XRenderPictureAttributes

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

fn ne(&self, __arg_0: &_XRenderPictureAttributes) -> bool

impl Copy for _XRenderPictureAttributes

impl Clone for _XRenderPictureAttributes

fn clone(&self) -> _XRenderPictureAttributes

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