Struct swf_tree::SwfFile [] [src]

pub struct SwfFile {
    pub header: Header,
    pub tags: Vec<Tag>,
}

Fields

Trait Implementations

impl Debug for SwfFile
[src]

Formats the value using the given formatter.

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