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