Struct components::winit::platform::unix::x11::ffi::_XRenderPictureAttributes
[−]#[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
impl Clone for _XRenderPictureAttributes
impl Clone for _XRenderPictureAttributes
fn clone(&self) -> _XRenderPictureAttributes
fn clone(&self) -> _XRenderPictureAttributes
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for _XRenderPictureAttributes
impl Debug for _XRenderPictureAttributes
impl PartialEq<_XRenderPictureAttributes> for _XRenderPictureAttributes
impl PartialEq<_XRenderPictureAttributes> for _XRenderPictureAttributes
fn eq(&self, other: &_XRenderPictureAttributes) -> bool
fn eq(&self, other: &_XRenderPictureAttributes) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &_XRenderPictureAttributes) -> bool
fn ne(&self, other: &_XRenderPictureAttributes) -> bool
This method tests for !=
.
impl Copy for _XRenderPictureAttributes
impl StructuralPartialEq for _XRenderPictureAttributes
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T, C, M> Inspect<'a, C, &'a C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a mut C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a mut C, M> for T
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
fn into_color(self) -> To
fn into_color(self) -> To
Convert into color
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> SetParameter for T
impl<T> SetParameter for T
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
Sets value
as a parameter of self
.