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

pub struct LinearGradient { /* fields omitted */ }

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

Methods

impl LinearGradient
[src]

Create a node.

impl LinearGradient
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for LinearGradient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LinearGradient
[src]

Formats the value using the given formatter. Read more

impl Node for LinearGradient
[src]

Append a child node.

Assign an attribute.

impl Display for LinearGradient
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for LinearGradient

impl !Sync for LinearGradient