Struct swf_tree::shapes::ClipEventFlags [] [src]

pub struct ClipEventFlags {
    pub key_up: bool,
    pub key_down: bool,
    pub mouse_up: bool,
    pub mouse_down: bool,
    pub unload: bool,
    pub enter_frane: 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

Trait Implementations

impl Debug for ClipEventFlags
[src]

Formats the value using the given formatter.

impl PartialEq for ClipEventFlags
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ClipEventFlags
[src]