Struct pilka_winit::winit::platform::unix::x11::ffi::_XRenderPictureAttributes[]

#[repr(C)]pub struct _XRenderPictureAttributes {
    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: i32alpha_map: u64alpha_x_origin: i32alpha_y_origin: i32clip_x_origin: i32clip_y_origin: i32clip_mask: u64graphics_exposures: i32subwindow_mode: i32poly_edge: i32poly_mode: i32dither: u64component_alpha: i32

Trait Implementations

impl Clone for _XRenderPictureAttributes

impl Copy for _XRenderPictureAttributes

impl Debug for _XRenderPictureAttributes

impl PartialEq<_XRenderPictureAttributes> for _XRenderPictureAttributes

impl StructuralPartialEq for _XRenderPictureAttributes

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.