pub struct Morphology { /* private fields */ }
Expand description
A morphology filter primitive.
feMorphology
element in the SVG.
Implementations§
source§impl Morphology
impl Morphology
sourcepub fn operator(&self) -> MorphologyOperator
pub fn operator(&self) -> MorphologyOperator
A filter operator.
operator
in the SVG.
sourcepub fn radius_x(&self) -> PositiveF32
pub fn radius_x(&self) -> PositiveF32
A filter radius along the X-axis.
A value of zero disables the effect of the given filter primitive.
radius
in the SVG.
sourcepub fn radius_y(&self) -> PositiveF32
pub fn radius_y(&self) -> PositiveF32
A filter radius along the Y-axis.
A value of zero disables the effect of the given filter primitive.
radius
in the SVG.
Trait Implementations§
source§impl Clone for Morphology
impl Clone for Morphology
source§fn clone(&self) -> Morphology
fn clone(&self) -> Morphology
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for Morphology
impl RefUnwindSafe for Morphology
impl Send for Morphology
impl Sync for Morphology
impl Unpin for Morphology
impl UnwindSafe for Morphology
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)