Enum lyon::svg::parser::attribute::AttributeValue [] [src]

pub enum AttributeValue {
    None,
    Number(f64),
    Length(Length),
    RgbColor(RgbColor),
    String(String),
    KeyWord(ValueId),
    Unsupported,
}

Variants

Methods

impl AttributeValue

Trait Implementations

impl PartialEq<AttributeValue> for AttributeValue

impl Debug for AttributeValue

impl Clone for AttributeValue