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