Enum freya_engine::prelude::PaintStyle
#[repr(u8)]pub enum PaintStyle {
Fill = 0,
Stroke = 1,
StrokeAndFill = 2,
}
Variants§
Trait Implementations§
§impl Clone for SkPaint_Style
impl Clone for SkPaint_Style
§fn clone(&self) -> SkPaint_Style
fn clone(&self) -> SkPaint_Style
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 more§impl Debug for SkPaint_Style
impl Debug for SkPaint_Style
§impl Hash for SkPaint_Style
impl Hash for SkPaint_Style
§impl PartialEq for SkPaint_Style
impl PartialEq for SkPaint_Style
§fn eq(&self, other: &SkPaint_Style) -> bool
fn eq(&self, other: &SkPaint_Style) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkPaint_Style
impl Eq for SkPaint_Style
impl StructuralPartialEq for SkPaint_Style
Auto Trait Implementations§
impl Freeze for SkPaint_Style
impl RefUnwindSafe for SkPaint_Style
impl Send for SkPaint_Style
impl Sync for SkPaint_Style
impl Unpin for SkPaint_Style
impl UnwindSafe for SkPaint_Style
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