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

pub struct Line { /* fields omitted */ }

A [line][1] element. [1]: https://www.w3.org/TR/SVG/shapes.html#LineElement

Methods

impl Line
[src]

Create a node.

impl Line
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Line
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Line
[src]

Formats the value using the given formatter. Read more

impl Node for Line
[src]

Append a child node.

Assign an attribute.

impl Display for Line
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Line

impl !Sync for Line