Struct swf_tree::shapes::StyleChange [] [src]

pub struct StyleChange {
    pub delta_x: i32,
    pub delta_y: i32,
    pub left_fill: Option<usize>,
    pub right_fill: Option<usize>,
    pub line_style: Option<usize>,
    pub fill_styles: Option<Vec<FillStyle>>,
    pub line_styles: Option<Vec<LineStyle>>,
}

Fields

Trait Implementations

impl Debug for StyleChange
[src]

Formats the value using the given formatter.

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