Struct swf_tree::shape_records::MorphStyleChange
source · pub struct MorphStyleChange {
pub move_to: Option<Vector2D>,
pub morph_move_to: Option<Vector2D>,
pub left_fill: Option<usize>,
pub right_fill: Option<usize>,
pub line_style: Option<usize>,
pub new_styles: Option<MorphShapeStyles>,
}Fields§
§move_to: Option<Vector2D>§morph_move_to: Option<Vector2D>§left_fill: Option<usize>§right_fill: Option<usize>§line_style: Option<usize>§new_styles: Option<MorphShapeStyles>Trait Implementations§
source§impl Debug for MorphStyleChange
impl Debug for MorphStyleChange
source§impl<'de> Deserialize<'de> for MorphStyleChange
impl<'de> Deserialize<'de> for MorphStyleChange
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