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