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

Trait Implementations

impl Clone for _XRenderPictureAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for _XRenderPictureAttributes
[src]

impl PartialEq for _XRenderPictureAttributes
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.