skia_safe::svg

Type Alias Iri

Source
pub type Iri = Handle<SkSVGIRI>;

Aliased Type§

struct Iri(/* private fields */);

Implementations§

Source§

impl Iri

Source

pub fn data(&self) -> &str

Source

pub fn new<T: AsRef<str>>(value: T, kind: IriKind) -> Self

Trait Implementations§

Source§

impl Debug for Iri

Source§

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

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

impl Default for Iri

Source§

fn default() -> Self

Returns the “default value” for a type. Read more