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