Enum swf_tree::shapes::FillStyle [] [src]

pub enum FillStyle {
    Solid(Solid),
}

Variants

Trait Implementations

impl Debug for FillStyle
[src]

Formats the value using the given formatter.

impl PartialEq for FillStyle
[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 FillStyle
[src]