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
delta_x: i32
delta_y: i32
left_fill: Option<usize>
right_fill: Option<usize>
line_style: Option<usize>
fill_styles: Option<Vec<FillStyle>>
line_styles: Option<Vec<LineStyle>>
Trait Implementations
impl Debug for StyleChange
[src]
impl PartialEq for StyleChange
[src]
fn eq(&self, __arg_0: &StyleChange) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &StyleChange) -> bool
This method tests for !=
.