Enum skia_bindings::SkStrokeRec_Style 
source · #[repr(u32)]pub enum SkStrokeRec_Style {
    Hairline,
    Fill,
    Stroke,
    StrokeAndFill,
}Variants§
Trait Implementations§
source§impl Clone for SkStrokeRec_Style
 
impl Clone for SkStrokeRec_Style
source§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 moresource§impl Debug for SkStrokeRec_Style
 
impl Debug for SkStrokeRec_Style
source§impl Hash for SkStrokeRec_Style
 
impl Hash for SkStrokeRec_Style
source§impl PartialEq<SkStrokeRec_Style> for SkStrokeRec_Style
 
impl PartialEq<SkStrokeRec_Style> for SkStrokeRec_Style
source§fn eq(&self, other: &SkStrokeRec_Style) -> bool
 
fn eq(&self, other: &SkStrokeRec_Style) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for SkStrokeRec_Style
impl Eq for SkStrokeRec_Style
impl StructuralEq for SkStrokeRec_Style
impl StructuralPartialEq for SkStrokeRec_Style
Auto Trait Implementations§
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