[][src]Struct swf_tree::ButtonCond

pub struct ButtonCond {
    pub idle_to_over_down: bool,
    pub out_down_to_idle: bool,
    pub out_down_to_over_down: bool,
    pub over_down_to_out_down: bool,
    pub over_down_to_over_up: bool,
    pub over_up_to_over_down: bool,
    pub over_up_to_idle: bool,
    pub idle_to_over_up: bool,
    pub over_down_to_idle: bool,
    pub key_press: Option<u32>,
}

Fields

idle_to_over_down: boolout_down_to_idle: boolout_down_to_over_down: boolover_down_to_out_down: boolover_down_to_over_up: boolover_up_to_over_down: boolover_up_to_idle: boolidle_to_over_up: boolover_down_to_idle: boolkey_press: Option<u32>

Trait Implementations

impl PartialEq<ButtonCond> for ButtonCond[src]

impl Eq for ButtonCond[src]

impl Debug for ButtonCond[src]

impl Serialize for ButtonCond[src]

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

Auto Trait Implementations

impl Send for ButtonCond

impl Sync for ButtonCond

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]