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

pub struct Push {
    pub values: Vec<Value>,
}

Fields

Trait Implementations

impl Debug for Push
[src]

Formats the value using the given formatter.

impl PartialEq for Push
[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 Push
[src]