Struct x11_dl::xrender::_XRenderPictureAttributes [−][src]
#[repr(C)]pub struct _XRenderPictureAttributes {Show 13 fields
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_intalpha_map: Picturealpha_x_origin: c_intalpha_y_origin: c_intclip_x_origin: c_intclip_y_origin: c_intclip_mask: Pixmapgraphics_exposures: Boolsubwindow_mode: c_intpoly_edge: c_intpoly_mode: c_intdither: Atomcomponent_alpha: BoolTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for _XRenderPictureAttributes
impl Send for _XRenderPictureAttributes
impl Sync for _XRenderPictureAttributes
impl Unpin for _XRenderPictureAttributes
impl UnwindSafe for _XRenderPictureAttributes
Blanket Implementations
Mutably borrows from an owned value. Read more
