Struct glutin::platform::unix::x11::ffi::_XRenderPictureAttributes [−][src]
#[repr(C)]pub struct _XRenderPictureAttributes {}Show 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
impl Clone for _XRenderPictureAttributes
[src][+]
impl Copy for _XRenderPictureAttributes
[src]
impl Debug for _XRenderPictureAttributes
[src][+]
impl PartialEq<_XRenderPictureAttributes> for _XRenderPictureAttributes
[src][+]
impl StructuralPartialEq for _XRenderPictureAttributes
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,