Struct swf_tree::Shape [] [src]

pub struct Shape {
    pub fill_styles: Vec<FillStyle>,
    pub line_styles: Vec<LineStyle>,
    pub records: Vec<ShapeRecord>,
}

Fields

Trait Implementations

impl Debug for Shape
[src]

Formats the value using the given formatter.

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