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

pub struct GotoFrame2 {
    pub play: bool,
    pub scene_bias: usize,
}

Fields

Trait Implementations

impl Debug for GotoFrame2
[src]

Formats the value using the given formatter.

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