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

pub struct WaitForFrame {
    pub frame: usize,
    pub skip_count: usize,
}

Fields

Trait Implementations

impl Debug for WaitForFrame
[src]

Formats the value using the given formatter.

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