Struct swf_tree::avm1::actions::GetUrl2 [] [src]

pub struct GetUrl2 {
    pub send_vars_method: SendVarsMethod,
    pub load_target: bool,
    pub load_variables: bool,
}

Fields

Trait Implementations

impl Debug for GetUrl2
[src]

Formats the value using the given formatter.

impl PartialEq for GetUrl2
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for GetUrl2
[src]