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

pub struct ClipPath { /* fields omitted */ }

A [clipPath][1] element. [1]: https://www.w3.org/TR/SVG/masking.html#ClipPathElement

Methods

impl ClipPath
[src]

Create a node.

impl ClipPath
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for ClipPath
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClipPath
[src]

Formats the value using the given formatter. Read more

impl Node for ClipPath
[src]

Append a child node.

Assign an attribute.

impl Display for ClipPath
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for ClipPath

impl !Sync for ClipPath