#[repr(u32)]pub enum SkPathBuilder_ArcSize {
Small,
Large,
}
Variants§
Trait Implementations§
source§impl Clone for SkPathBuilder_ArcSize
impl Clone for SkPathBuilder_ArcSize
source§fn clone(&self) -> SkPathBuilder_ArcSize
fn clone(&self) -> SkPathBuilder_ArcSize
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 SkPathBuilder_ArcSize
impl Debug for SkPathBuilder_ArcSize
source§impl Hash for SkPathBuilder_ArcSize
impl Hash for SkPathBuilder_ArcSize
source§impl PartialEq<SkPathBuilder_ArcSize> for SkPathBuilder_ArcSize
impl PartialEq<SkPathBuilder_ArcSize> for SkPathBuilder_ArcSize
source§fn eq(&self, other: &SkPathBuilder_ArcSize) -> bool
fn eq(&self, other: &SkPathBuilder_ArcSize) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkPathBuilder_ArcSize
impl Eq for SkPathBuilder_ArcSize
impl StructuralEq for SkPathBuilder_ArcSize
impl StructuralPartialEq for SkPathBuilder_ArcSize
Auto Trait Implementations§
impl RefUnwindSafe for SkPathBuilder_ArcSize
impl Send for SkPathBuilder_ArcSize
impl Sync for SkPathBuilder_ArcSize
impl Unpin for SkPathBuilder_ArcSize
impl UnwindSafe for SkPathBuilder_ArcSize
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