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

pub struct Use { /* fields omitted */ }

A [use][1] element. [1]: https://www.w3.org/TR/SVG/struct.html#UseElement

Methods

impl Use
[src]

Create a node.

impl Use
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Use
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Use
[src]

Formats the value using the given formatter. Read more

impl Node for Use
[src]

Append a child node.

Assign an attribute.

impl Display for Use
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Use

impl !Sync for Use