Struct swf_tree::tags::DoAction [] [src]

pub struct DoAction {
    pub actions: Vec<Action>,
}

Fields

Trait Implementations

impl Debug for DoAction
[src]

Formats the value using the given formatter.

impl PartialEq for DoAction
[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 DoAction
[src]