#[repr(i32)]pub enum ChildType {
Shader = 0,
ColorFilter = 1,
Blender = 2,
}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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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 for SkRuntimeEffect_ChildType
impl PartialEq for SkRuntimeEffect_ChildType
Source§fn eq(&self, other: &SkRuntimeEffect_ChildType) -> bool
fn eq(&self, other: &SkRuntimeEffect_ChildType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SkRuntimeEffect_ChildType
impl Eq for SkRuntimeEffect_ChildType
impl StructuralPartialEq for SkRuntimeEffect_ChildType
Auto Trait Implementations§
impl Freeze for SkRuntimeEffect_ChildType
impl RefUnwindSafe for SkRuntimeEffect_ChildType
impl Send for SkRuntimeEffect_ChildType
impl Sync for SkRuntimeEffect_ChildType
impl Unpin for SkRuntimeEffect_ChildType
impl UnsafeUnpin 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