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

pub struct DefineFunction2 {
    pub name: String,
    pub preload_parent: bool,
    pub preload_root: bool,
    pub suppress_super: bool,
    pub preload_super: bool,
    pub suppress_arguments: bool,
    pub preload_arguments: bool,
    pub suppress_this: bool,
    pub preload_this: bool,
    pub preload_global: bool,
    pub register_count: usize,
    pub parameters: Vec<Parameter>,
    pub body: Vec<Action>,
}

Fields

Trait Implementations

impl Debug for DefineFunction2
[src]

Formats the value using the given formatter.

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