Struct swf_tree::Movie [] [src]

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

Fields

Trait Implementations

impl Debug for Movie
[src]

Formats the value using the given formatter.

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