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

pub struct TextPath { /* fields omitted */ }

A [textPath][1] element. [1]: https://www.w3.org/TR/SVG/text.html#TextPathElement

Methods

impl TextPath
[src]

Create a node.

impl TextPath
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for TextPath
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TextPath
[src]

Formats the value using the given formatter. Read more

impl Node for TextPath
[src]

Append a child node.

Assign an attribute.

impl Display for TextPath
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for TextPath

impl !Sync for TextPath