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

pub struct WaitForFrame2 {
    pub skip_count: usize,
}

Fields

Trait Implementations

impl Debug for WaitForFrame2
[src]

Formats the value using the given formatter.

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