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