Struct swf_tree::tags::DefineShape [] [src]

pub struct DefineShape {
    pub id: u16,
    pub bounds: Rect,
    pub edge_bounds: Option<Rect>,
    pub has_fill_winding: bool,
    pub has_non_scaling_strokes: bool,
    pub has_scaling_strokes: bool,
    pub shape: Shape,
}

Fields

Trait Implementations

impl Debug for DefineShape
[src]

Formats the value using the given formatter.

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