skia_
safe
0.81.0
Morphology
Aliased type
Methods
operator
radius
set_operator
set_radius
Trait Implementations
DebugAttributes
Default
In skia_
safe::
svg::
fe
skia_safe
::
svg
::
fe
Type Alias
Morphology
Copy item path
Source
pub type Morphology =
RCHandle
<SkSVGFeMorphology>;
Aliased Type
§
struct Morphology(
/* private fields */
);
Implementations
§
Source
§
impl
Morphology
Source
pub fn
operator
(&self) -> &
Operator
Source
pub fn
set_operator
(&mut self, value:
Operator
)
Source
pub fn
radius
(&self) -> &
Radius
Source
pub fn
set_radius
(&mut self, value:
Radius
)
Trait Implementations
§
Source
§
impl
DebugAttributes
for
Morphology
Source
§
const
NAME
: &'static
str
= "FeMorphology"
Source
§
fn
_dbg
(&self, builder: &mut
DebugStruct
<'_, '_>)
Source
§
impl
Default
for
Morphology
Source
§
fn
default
() -> Self
Returns the “default value” for a type.
Read more