[][src]Struct swf_tree::ButtonRecord

pub struct ButtonRecord {
    pub state_up: bool,
    pub state_over: bool,
    pub state_down: bool,
    pub state_hit_test: bool,
    pub character_id: u16,
    pub depth: u16,
    pub matrix: Matrix,
    pub color_transform: Option<ColorTransformWithAlpha>,
    pub filters: Vec<Filter>,
    pub blend_mode: BlendMode,
}

Fields

state_up: boolstate_over: boolstate_down: boolstate_hit_test: boolcharacter_id: u16depth: u16matrix: Matrixcolor_transform: Option<ColorTransformWithAlpha>filters: Vec<Filter>blend_mode: BlendMode

Trait Implementations

impl Clone for ButtonRecord[src]

impl Eq for ButtonRecord[src]

impl PartialEq<ButtonRecord> for ButtonRecord[src]

impl Debug for ButtonRecord[src]

impl Serialize for ButtonRecord[src]

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