Struct svg::node::element::Filter [] [src]

pub struct Filter { /* fields omitted */ }

A [filter][1] element. [1]: https://www.w3.org/TR/SVG/filters.html#FilterElement

Methods

impl Filter
[src]

Create a node.

impl Filter
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Filter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Filter
[src]

Formats the value using the given formatter. Read more

impl Node for Filter
[src]

Append a child node.

Assign an attribute.

impl Display for Filter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Filter

impl !Sync for Filter