[][src]Struct swf_tree::MorphLineStyle

pub struct MorphLineStyle {
    pub width: u16,
    pub morph_width: u16,
    pub start_cap: CapStyle,
    pub end_cap: CapStyle,
    pub join: JoinStyle,
    pub no_h_scale: bool,
    pub no_v_scale: bool,
    pub no_close: bool,
    pub pixel_hinting: bool,
    pub fill: MorphFillStyle,
}

Fields

width: u16morph_width: u16start_cap: CapStyleend_cap: CapStylejoin: JoinStyleno_h_scale: boolno_v_scale: boolno_close: boolpixel_hinting: boolfill: MorphFillStyle

Trait Implementations

impl Clone for MorphLineStyle[src]

impl Eq for MorphLineStyle[src]

impl Ord for MorphLineStyle[src]

impl PartialEq<MorphLineStyle> for MorphLineStyle[src]

impl PartialOrd<MorphLineStyle> for MorphLineStyle[src]

impl Debug for MorphLineStyle[src]

impl Hash for MorphLineStyle[src]

impl Serialize for MorphLineStyle[src]

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