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

pub struct Ellipse { /* fields omitted */ }

An [ellipse][1] element. [1]: https://www.w3.org/TR/SVG/shapes.html#EllipseElement

Methods

impl Ellipse
[src]

Create a node.

impl Ellipse
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Ellipse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ellipse
[src]

Formats the value using the given formatter. Read more

impl Node for Ellipse
[src]

Append a child node.

Assign an attribute.

impl Display for Ellipse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Ellipse

impl !Sync for Ellipse