Enum skia_safe::runtime_effect::ChildPtr
source · pub enum ChildPtr {
Shader(Shader),
ColorFilter(ColorFilter),
Blender(Blender),
}
Variants§
Implementations§
Trait Implementations§
source§impl From<RCHandle<SkColorFilter>> for ChildPtr
impl From<RCHandle<SkColorFilter>> for ChildPtr
source§fn from(color_filter: ColorFilter) -> Self
fn from(color_filter: ColorFilter) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ChildPtr
impl Send for ChildPtr
impl Sync for ChildPtr
impl Unpin for ChildPtr
impl UnwindSafe for ChildPtr
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