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