[][src]Struct swf_tree::filters::DropShadow

pub struct DropShadow {
    pub color: StraightSRgba8,
    pub blur_x: Sfixed16P16,
    pub blur_y: Sfixed16P16,
    pub angle: Sfixed16P16,
    pub distance: Sfixed16P16,
    pub strength: Sfixed8P8,
    pub inner: bool,
    pub knockout: bool,
    pub composite_source: bool,
    pub passes: u8,
}

Fields

color: StraightSRgba8blur_x: Sfixed16P16blur_y: Sfixed16P16angle: Sfixed16P16distance: Sfixed16P16strength: Sfixed8P8inner: boolknockout: boolcomposite_source: boolpasses: u8

Trait Implementations

impl PartialEq<DropShadow> for DropShadow[src]

impl Eq for DropShadow[src]

impl Debug for DropShadow[src]

impl Serialize for DropShadow[src]

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

Auto Trait Implementations

impl Send for DropShadow

impl Sync for DropShadow

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

impl<T, U> TryInto 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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]