Struct swf_tree::shapes::ClipAction
[−]
[src]
pub struct ClipAction { pub event_flags: ClipEventFlags, pub key_code: Option<u8>, pub actions: Vec<Action>, }
Fields
event_flags: ClipEventFlags
key_code: Option<u8>
actions: Vec<Action>
Trait Implementations
impl Debug for ClipAction
[src]
impl PartialEq for ClipAction
[src]
fn eq(&self, __arg_0: &ClipAction) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ClipAction) -> bool
This method tests for !=
.