skia_
safe
0.81.0
IriFunc
Aliased type
Methods
from_iri
iri
kind
none
Trait Implementations
Debug
In skia_
safe::
svg
skia_safe
::
svg
Type Alias
IriFunc
Copy item path
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