#[repr(u8)]pub enum Join {
Miter,
Round,
Bevel,
}
Variants§
Implementations§
source§impl SkPaint_Join
impl SkPaint_Join
pub const Last: SkPaint_Join = SkPaint_Join::Bevel
source§impl SkPaint_Join
impl SkPaint_Join
pub const Default: SkPaint_Join = SkPaint_Join::Miter
Trait Implementations§
source§impl Clone for SkPaint_Join
impl Clone for SkPaint_Join
source§fn clone(&self) -> SkPaint_Join
fn clone(&self) -> SkPaint_Join
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 SkPaint_Join
impl Debug for SkPaint_Join
source§impl Default for SkPaint_Join
impl Default for SkPaint_Join
source§fn default() -> SkPaint_Join
fn default() -> SkPaint_Join
Returns the “default value” for a type. Read more
source§impl Hash for SkPaint_Join
impl Hash for SkPaint_Join
source§impl PartialEq<SkPaint_Join> for SkPaint_Join
impl PartialEq<SkPaint_Join> for SkPaint_Join
source§fn eq(&self, other: &SkPaint_Join) -> bool
fn eq(&self, other: &SkPaint_Join) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkPaint_Join
impl Eq for SkPaint_Join
impl StructuralEq for SkPaint_Join
impl StructuralPartialEq for SkPaint_Join
Auto Trait Implementations§
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