Enum simplesvg::ColorAttr [] [src]

pub enum ColorAttr {
    Color(u8u8u8),
    ColorNone,
}

Color

Variants

Trait Implementations

impl Copy for ColorAttr
[src]

impl Clone for ColorAttr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ColorAttr
[src]

Formats the value using the given formatter.

impl Default for ColorAttr
[src]

The default color is ColorNone

Returns the "default value" for a type. Read more

impl Display for ColorAttr
[src]

Formats the value using the given formatter. Read more