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