Struct glutin::platform::unix::x11::ffi::_XRenderPictureAttributes [−][src]
#[repr(C)]pub 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
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