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