Enum PaintJoin
#[repr(u8)]pub enum PaintJoin {
    Miter = 0,
    Round = 1,
    Bevel = 2,
}Variants§
Implementations§
§impl SkPaint_Join
 
impl SkPaint_Join
pub const Last: SkPaint_Join = SkPaint_Join::Bevel
§impl SkPaint_Join
 
impl SkPaint_Join
pub const Default: SkPaint_Join = SkPaint_Join::Miter
Trait Implementations§
§impl Clone for SkPaint_Join
 
impl Clone for SkPaint_Join
§fn clone(&self) -> SkPaint_Join
 
fn clone(&self) -> SkPaint_Join
Returns a duplicate 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_Join
 
impl Debug for SkPaint_Join
§impl Default for SkPaint_Join
 
impl Default for SkPaint_Join
§fn default() -> SkPaint_Join
 
fn default() -> SkPaint_Join
Returns the “default value” for a type. Read more
§impl Hash for SkPaint_Join
 
impl Hash for SkPaint_Join
§impl PartialEq for SkPaint_Join
 
impl PartialEq for SkPaint_Join
impl Copy for SkPaint_Join
impl Eq for SkPaint_Join
impl StructuralPartialEq for SkPaint_Join
Auto Trait Implementations§
impl Freeze for SkPaint_Join
impl RefUnwindSafe for SkPaint_Join
impl Send for SkPaint_Join
impl Sync for SkPaint_Join
impl Unpin for SkPaint_Join
impl UnwindSafe for SkPaint_Join
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