[][src]Struct swf_tree::ButtonRecord

pub struct ButtonRecord {
    pub state_hit_test: bool,
    pub state_down: bool,
    pub state_over: bool,
    pub state_up: 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_hit_test: boolstate_down: boolstate_over: boolstate_up: boolcharacter_id: u16depth: u16matrix: Matrixcolor_transform: Option<ColorTransformWithAlpha>filters: Vec<Filter>blend_mode: BlendMode

Trait Implementations

impl PartialEq<ButtonRecord> for ButtonRecord[src]

impl Eq 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 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, 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> BorrowMut 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]