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

pub struct GotoFrame {
    pub frame: usize,
}

Fields

Trait Implementations

impl Debug for GotoFrame
[src]

Formats the value using the given formatter.

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