Struct swf_tree::shapes::fills::Solid [] [src]

pub struct Solid {
    pub color: StraightSRgba,
}

Fields

Trait Implementations

impl Debug for Solid
[src]

Formats the value using the given formatter.

impl PartialEq for Solid
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Solid
[src]