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
name: String
preload_parent: bool
preload_root: bool
suppress_super: bool
preload_super: bool
suppress_arguments: bool
preload_arguments: bool
suppress_this: bool
preload_this: bool
preload_global: bool
register_count: usize
parameters: Vec<Parameter>
body: Vec<Action>
Trait Implementations
impl Debug for DefineFunction2
[src]
impl PartialEq for DefineFunction2
[src]
fn eq(&self, __arg_0: &DefineFunction2) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &DefineFunction2) -> bool
This method tests for !=
.