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

pub struct If {
    pub branch_offset: i16,
}

Fields

Trait Implementations

impl Debug for If
[src]

Formats the value using the given formatter.

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