[][src]Struct swf_tree::tags::DefineMorphShape

pub struct DefineMorphShape {
    pub id: u16,
    pub bounds: Rect,
    pub morph_bounds: Rect,
    pub edge_bounds: Option<Rect>,
    pub morph_edge_bounds: Option<Rect>,
    pub has_scaling_strokes: bool,
    pub has_non_scaling_strokes: bool,
    pub shape: MorphShape,
}

Fields

id: u16bounds: Rectmorph_bounds: Rectedge_bounds: Option<Rect>morph_edge_bounds: Option<Rect>has_scaling_strokes: boolhas_non_scaling_strokes: boolshape: MorphShape

Trait Implementations

impl Clone for DefineMorphShape[src]

impl Eq for DefineMorphShape[src]

impl Ord for DefineMorphShape[src]

impl PartialEq<DefineMorphShape> for DefineMorphShape[src]

impl PartialOrd<DefineMorphShape> for DefineMorphShape[src]

impl Debug for DefineMorphShape[src]

impl Hash for DefineMorphShape[src]

impl Serialize for DefineMorphShape[src]

impl<'de> Deserialize<'de> for DefineMorphShape[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]