Enum Style
#[repr(u32)]pub enum Style {
Hairline = 0,
Fill = 1,
Stroke = 2,
StrokeAndFill = 3,
}
Variants§
Trait Implementations§
§impl Clone for SkStrokeRec_Style
impl Clone for SkStrokeRec_Style
§fn clone(&self) -> SkStrokeRec_Style
fn clone(&self) -> SkStrokeRec_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 SkStrokeRec_Style
impl Debug for SkStrokeRec_Style
§impl Hash for SkStrokeRec_Style
impl Hash for SkStrokeRec_Style
§impl PartialEq for SkStrokeRec_Style
impl PartialEq for SkStrokeRec_Style
impl Copy for SkStrokeRec_Style
impl Eq for SkStrokeRec_Style
impl StructuralPartialEq for SkStrokeRec_Style
Auto Trait Implementations§
impl Freeze for SkStrokeRec_Style
impl RefUnwindSafe for SkStrokeRec_Style
impl Send for SkStrokeRec_Style
impl Sync for SkStrokeRec_Style
impl Unpin for SkStrokeRec_Style
impl UnwindSafe for SkStrokeRec_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