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