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