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
id: u16
bounds: Rect
edge_bounds: Option<Rect>
has_fill_winding: bool
has_non_scaling_strokes: bool
has_scaling_strokes: bool
shape: Shape
Trait Implementations
impl Debug for DefineShape[src]
impl PartialEq for DefineShape[src]
fn eq(&self, __arg_0: &DefineShape) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DefineShape) -> bool
This method tests for !=.