Struct swf_tree::avm1::actions::Parameter [] [src]

pub struct Parameter {
    pub register: u8,
    pub name: String,
}

Fields

Trait Implementations

impl Debug for Parameter
[src]

Formats the value using the given formatter.

impl PartialEq for Parameter
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Parameter
[src]