Struct x11_dl::xrender::_XRenderPictureAttributes
source · #[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_int
§alpha_map: Picture
§alpha_x_origin: c_int
§alpha_y_origin: c_int
§clip_x_origin: c_int
§clip_y_origin: c_int
§clip_mask: Pixmap
§graphics_exposures: Bool
§subwindow_mode: c_int
§poly_edge: c_int
§poly_mode: c_int
§dither: Atom
§component_alpha: Bool
Trait Implementations§
source§impl Clone for _XRenderPictureAttributes
impl Clone for _XRenderPictureAttributes
source§fn clone(&self) -> _XRenderPictureAttributes
fn clone(&self) -> _XRenderPictureAttributes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _XRenderPictureAttributes
impl Debug for _XRenderPictureAttributes
impl Copy for _XRenderPictureAttributes
impl StructuralPartialEq for _XRenderPictureAttributes
Auto Trait Implementations§
impl Freeze for _XRenderPictureAttributes
impl RefUnwindSafe for _XRenderPictureAttributes
impl Send for _XRenderPictureAttributes
impl Sync for _XRenderPictureAttributes
impl Unpin for _XRenderPictureAttributes
impl UnwindSafe for _XRenderPictureAttributes
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)