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

pub struct RadialGradient { /* fields omitted */ }

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

Methods

impl RadialGradient
[src]

Create a node.

impl RadialGradient
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for RadialGradient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RadialGradient
[src]

Formats the value using the given formatter. Read more

impl Node for RadialGradient
[src]

Append a child node.

Assign an attribute.

impl Display for RadialGradient
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for RadialGradient

impl !Sync for RadialGradient