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

pub struct Polygon { /* fields omitted */ }

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

Methods

impl Polygon
[src]

Create a node.

impl Polygon
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Polygon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Polygon
[src]

Formats the value using the given formatter. Read more

impl Node for Polygon
[src]

Append a child node.

Assign an attribute.

impl Display for Polygon
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Polygon

impl !Sync for Polygon