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