pub struct Filter<'t> { /* private fields */ }Expand description
<filter>: Filter SVG element
Implementations§
Source§impl<'t> Filter<'t>
<filter> items
impl<'t> Filter<'t>
<filter> items
Sourcepub fn filter_units<'a, V>(&mut self, val: V) -> &mut Self
pub fn filter_units<'a, V>(&mut self, val: V) -> &mut Self
Add filterUnits attribute
Sourcepub fn primitive_units<'a, V>(&mut self, val: V) -> &mut Self
pub fn primitive_units<'a, V>(&mut self, val: V) -> &mut Self
Add primitiveUnits attribute
Sourcepub fn fe_color_matrix(&mut self) -> FeColorMatrix<'_>
pub fn fe_color_matrix(&mut self) -> FeColorMatrix<'_>
Add FeColorMatrix child element
Sourcepub fn fe_component_transfer(&mut self) -> FeComponentTransfer<'_>
pub fn fe_component_transfer(&mut self) -> FeComponentTransfer<'_>
Add FeComponentTransfer child element
Sourcepub fn fe_composite(&mut self) -> FeComposite<'_>
pub fn fe_composite(&mut self) -> FeComposite<'_>
Add FeComposite child element
Sourcepub fn fe_convolve_matrix(&mut self) -> FeConvolveMatrix<'_>
pub fn fe_convolve_matrix(&mut self) -> FeConvolveMatrix<'_>
Add FeConvolveMatrix child element
Sourcepub fn fe_diffuse_lighting(&mut self) -> FeDiffuseLighting<'_>
pub fn fe_diffuse_lighting(&mut self) -> FeDiffuseLighting<'_>
Add FeDiffuseLighting child element
Sourcepub fn fe_displacement_map(&mut self) -> FeDisplacementMap<'_>
pub fn fe_displacement_map(&mut self) -> FeDisplacementMap<'_>
Add FeDisplacementMap child element
Sourcepub fn fe_drop_shadow(&mut self) -> FeDropShadow<'_>
pub fn fe_drop_shadow(&mut self) -> FeDropShadow<'_>
Add FeDropShadow child element
Sourcepub fn fe_gaussian_blur(&mut self) -> FeGaussianBlur<'_>
pub fn fe_gaussian_blur(&mut self) -> FeGaussianBlur<'_>
Add FeGaussianBlur child element
Sourcepub fn fe_merge_node(&mut self) -> FeMergeNode<'_>
pub fn fe_merge_node(&mut self) -> FeMergeNode<'_>
Add FeMergeNode child element
Sourcepub fn fe_morphology(&mut self) -> FeMorphology<'_>
pub fn fe_morphology(&mut self) -> FeMorphology<'_>
Add FeMorphology child element
Sourcepub fn fe_specular_lighting(&mut self) -> FeSpecularLighting<'_>
pub fn fe_specular_lighting(&mut self) -> FeSpecularLighting<'_>
Add FeSpecularLighting child element
Sourcepub fn fe_turbulence(&mut self) -> FeTurbulence<'_>
pub fn fe_turbulence(&mut self) -> FeTurbulence<'_>
Add FeTurbulence child element
Sourcepub fn comment<'v, V>(&mut self, com: V) -> &mut Self
pub fn comment<'v, V>(&mut self, com: V) -> &mut Self
Add a comment
These characters will be replaced with entities:
-⇨‐<⇨<>⇨>
Source§impl<'t> Filter<'t>
Global SVG attributes
impl<'t> Filter<'t>
Global SVG attributes
Auto Trait Implementations§
impl<'t> !UnwindSafe for Filter<'t>
impl<'t> Freeze for Filter<'t>
impl<'t> RefUnwindSafe for Filter<'t>
impl<'t> Send for Filter<'t>
impl<'t> Sync for Filter<'t>
impl<'t> Unpin for Filter<'t>
impl<'t> UnsafeUnpin for Filter<'t>
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