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

pub struct SVG { /* fields omitted */ }

An [svg][1] element. [1]: https://www.w3.org/TR/SVG/struct.html#SVGElement

Methods

impl SVG
[src]

Create a node.

impl SVG
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for SVG
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SVG
[src]

Formats the value using the given formatter. Read more

impl Node for SVG
[src]

Append a child node.

Assign an attribute.

impl Display for SVG
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for SVG

impl !Sync for SVG