skia_safe::runtime_effect

Type Alias Child

Source
pub type Child = Handle<SkRuntimeEffect_Child>;

Aliased Type§

struct Child(/* private fields */);

Implementations§

Source§

impl Child

Source

pub fn name(&self) -> &str

Source

pub fn ty(&self) -> ChildType

Source

pub fn index(&self) -> usize

Trait Implementations§

Source§

impl Debug for Child

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Send for Child

Source§

impl Sync for Child