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