[][src]Struct swf_tree::filters::Bevel

pub struct Bevel {
    pub shadow_color: StraightSRgba8,
    pub highlight_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 on_top: bool,
    pub passes: u8,
}

Fields

shadow_color: StraightSRgba8highlight_color: StraightSRgba8blur_x: Sfixed16P16blur_y: Sfixed16P16angle: Sfixed16P16distance: Sfixed16P16strength: Sfixed8P8inner: boolknockout: boolcomposite_source: boolon_top: boolpasses: u8

Trait Implementations

impl Clone for Bevel[src]

impl Copy for Bevel[src]

impl Eq for Bevel[src]

impl Ord for Bevel[src]

impl PartialEq<Bevel> for Bevel[src]

impl PartialOrd<Bevel> for Bevel[src]

impl Debug for Bevel[src]

impl Hash for Bevel[src]

impl Serialize for Bevel[src]

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

Auto Trait Implementations

impl Send for Bevel

impl Sync for Bevel

impl Unpin for Bevel

impl UnwindSafe for Bevel

impl RefUnwindSafe for Bevel

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]