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
key_up: bool
key_down: bool
mouse_up: bool
mouse_down: bool
unload: bool
enter_frane: bool
load: bool
drag_over: bool
roll_out: bool
roll_over: bool
release_outside: bool
release: bool
press: bool
initialize: bool
data: bool
construct: bool
key_press: bool
drag_out: bool
Trait Implementations
impl Debug for ClipEventFlags
[src]
impl PartialEq for ClipEventFlags
[src]
fn eq(&self, __arg_0: &ClipEventFlags) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ClipEventFlags) -> bool
This method tests for !=
.