Type Definition skia_safe::runtime_effect::Child

source ·
pub type Child = Handle<SkRuntimeEffect_Child>;

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