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

pub struct Pattern { /* fields omitted */ }

A [pattern][1] element. [1]: https://www.w3.org/TR/SVG/pservers.html#PatternElement

Methods

impl Pattern
[src]

Create a node.

impl Pattern
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Pattern
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pattern
[src]

Formats the value using the given formatter. Read more

impl Node for Pattern
[src]

Append a child node.

Assign an attribute.

impl Display for Pattern
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Pattern

impl !Sync for Pattern