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

pub struct AnimateMotion { /* fields omitted */ }

An [animateMotion][1] element. [1]: https://www.w3.org/TR/SVG/animate.html#AnimateMotionElement

Methods

impl AnimateMotion
[src]

Create a node.

impl AnimateMotion
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for AnimateMotion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AnimateMotion
[src]

Formats the value using the given formatter. Read more

impl Node for AnimateMotion
[src]

Append a child node.

Assign an attribute.

impl Display for AnimateMotion
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for AnimateMotion

impl !Sync for AnimateMotion