skia_
safe
0.81.0
Image
Aliased type
Methods
href
preserve_aspect_ratio
set_href
set_preserve_aspect_ratio
Trait Implementations
DebugAttributes
Default
In skia_
safe::
svg::
fe
skia_safe
::
svg
::
fe
Type Alias
Image
Copy item path
Source
pub type Image =
RCHandle
<SkSVGFeImage>;
Aliased Type
§
struct Image(
/* private fields */
);
Implementations
§
Source
§
impl
Image
Source
pub fn
href
(&self) -> &
Iri
Source
pub fn
set_href
(&mut self, value:
Iri
)
Source
pub fn
preserve_aspect_ratio
(&self) -> &
PreserveAspectRatio
Source
pub fn
set_preserve_aspect_ratio
(&mut self, value:
PreserveAspectRatio
)
Trait Implementations
§
Source
§
impl
DebugAttributes
for
Image
Source
§
const
NAME
: &'static
str
= "FeImage"
Source
§
fn
_dbg
(&self, builder: &mut
DebugStruct
<'_, '_>)
Source
§
impl
Default
for
Image
Source
§
fn
default
() -> Self
Returns the “default value” for a type.
Read more