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

pub struct Marker { /* fields omitted */ }

A [marker][1] element. [1]: https://www.w3.org/TR/SVG/painting.html#MarkerElement

Methods

impl Marker
[src]

Create a node.

impl Marker
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Marker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Marker
[src]

Formats the value using the given formatter. Read more

impl Node for Marker
[src]

Append a child node.

Assign an attribute.

impl Display for Marker
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Marker

impl !Sync for Marker