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