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