skia_safe::svg

Type Alias IriFunc

Source
pub type IriFunc = Handle<SkSVGFuncIRI>;

Aliased Type§

struct IriFunc(/* private fields */);

Implementations§

Source§

impl IriFunc

Source

pub fn iri(&self) -> Option<&Iri>

Source

pub fn kind(&self) -> IriFuncKind

Source

pub fn from_iri(value: Iri) -> Self

Source

pub fn none() -> Self

Trait Implementations§

Source§

impl Debug for IriFunc

Source§

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

Formats the value using the given formatter. Read more