[][src]Struct swf_tree::shape_records::MorphStyleChange

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

impl Clone for MorphStyleChange[src]

impl Eq for MorphStyleChange[src]

impl Ord for MorphStyleChange[src]

impl PartialEq<MorphStyleChange> for MorphStyleChange[src]

impl PartialOrd<MorphStyleChange> for MorphStyleChange[src]

impl Debug for MorphStyleChange[src]

impl Hash for MorphStyleChange[src]

impl Serialize for MorphStyleChange[src]

impl<'de> Deserialize<'de> for MorphStyleChange[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]