[][src]Struct swf_tree::ClipEventFlags

pub struct ClipEventFlags {
    pub key_up: bool,
    pub key_down: bool,
    pub mouse_up: bool,
    pub mouse_down: bool,
    pub mouse_move: bool,
    pub unload: bool,
    pub enter_frame: bool,
    pub load: bool,
    pub drag_over: bool,
    pub roll_out: bool,
    pub roll_over: bool,
    pub release_outside: bool,
    pub release: bool,
    pub press: bool,
    pub initialize: bool,
    pub data: bool,
    pub construct: bool,
    pub key_press: bool,
    pub drag_out: bool,
}

Fields

key_up: boolkey_down: boolmouse_up: boolmouse_down: boolmouse_move: boolunload: boolenter_frame: boolload: booldrag_over: boolroll_out: boolroll_over: boolrelease_outside: boolrelease: boolpress: boolinitialize: booldata: boolconstruct: boolkey_press: booldrag_out: bool

Trait Implementations

impl PartialEq<ClipEventFlags> for ClipEventFlags[src]

impl Eq for ClipEventFlags[src]

impl Debug for ClipEventFlags[src]

impl Serialize for ClipEventFlags[src]

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