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

pub struct Jump {
    pub offset: isize,
}

Fields

Trait Implementations

impl Debug for Jump
[src]

Formats the value using the given formatter.

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