[][src]Struct swf_types::tags::DefineButton

pub struct DefineButton {
    pub id: u16,
    pub track_as_menu: bool,
    pub characters: Vec<ButtonRecord>,
    pub actions: Vec<ButtonCondAction>,
}

Fields

id: u16track_as_menu: boolcharacters: Vec<ButtonRecord>actions: Vec<ButtonCondAction>

Trait Implementations

impl Clone for DefineButton[src]

impl Eq for DefineButton[src]

impl PartialEq<DefineButton> for DefineButton[src]

impl Debug for DefineButton[src]

impl StructuralPartialEq for DefineButton[src]

impl StructuralEq for DefineButton[src]

impl Serialize for DefineButton[src]

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