Struct swf_tree::avm1::actions::DefineFunction [] [src]

pub struct DefineFunction {
    pub name: String,
    pub parameters: Vec<String>,
    pub body: Vec<Action>,
}

Fields

Trait Implementations

impl Debug for DefineFunction
[src]

Formats the value using the given formatter.

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