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