pub struct RenderPaint {
pub fill_rule: FillRule,
pub is_clipped: bool,
pub color: PaintColor,
pub style: Style,
pub blend_mode: BlendMode,
}
Fields§
§fill_rule: FillRule
§is_clipped: bool
§color: PaintColor
§style: Style
§blend_mode: BlendMode
Trait Implementations§
Source§impl Clone for RenderPaint
impl Clone for RenderPaint
Source§fn clone(&self) -> RenderPaint
fn clone(&self) -> RenderPaint
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 RenderPaint
impl Debug for RenderPaint
Source§impl Default for RenderPaint
impl Default for RenderPaint
Source§fn default() -> RenderPaint
fn default() -> RenderPaint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RenderPaint
impl RefUnwindSafe for RenderPaint
impl Send for RenderPaint
impl Sync for RenderPaint
impl Unpin for RenderPaint
impl UnwindSafe for RenderPaint
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
)