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

pub struct Image { /* fields omitted */ }

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

Methods

impl Image
[src]

Create a node.

impl Image
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Image
[src]

Formats the value using the given formatter. Read more

impl Node for Image
[src]

Append a child node.

Assign an attribute.

impl Display for Image
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Image

impl !Sync for Image