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