Enum usvg::Paint[][src]

pub enum Paint {
    Color(Color),
    Link(String),
}

A paint style.

paint value type in the SVG.

Variants

Paint with a color.

Paint using a referenced element.

Trait Implementations

impl Clone for Paint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Paint
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Paint

impl Sync for Paint