Struct swf_tree::tags::DefineShape
source · 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§
source§impl Debug for DefineShape
impl Debug for DefineShape
source§impl<'de> Deserialize<'de> for DefineShape
impl<'de> Deserialize<'de> for DefineShape
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more