Enum swf_tree::avm1::actions::CatchTarget
[−]
[src]
pub enum CatchTarget {
Register(u8),
Variable(String),
}Variants
Register(u8)Variable(String)Trait Implementations
impl Debug for CatchTarget[src]
impl PartialEq for CatchTarget[src]
fn eq(&self, __arg_0: &CatchTarget) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CatchTarget) -> bool
This method tests for !=.