Struct swf_tree::tags::ExportAssets [] [src]

pub struct ExportAssets {
    pub assets: Vec<NamedId>,
}

Fields

Trait Implementations

impl Debug for ExportAssets
[src]

Formats the value using the given formatter.

impl PartialEq for ExportAssets
[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 ExportAssets
[src]