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