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

pub struct SVG { /* fields omitted */ }

An svg element.

Methods

impl SVG
[src]

[src]

Create a node.

impl SVG
[src]

[src]

Append a node.

[src]

Assign an attribute.

Trait Implementations

impl Clone for SVG
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SVG
[src]

[src]

Formats the value using the given formatter.

impl Node for SVG
[src]

[src]

Append a child node.

[src]

Assign an attribute.

impl Display for SVG
[src]

[src]

Formats the value using the given formatter. Read more