Struct swf_tree::tags::DefineSceneAndFrameLabelData [] [src]

pub struct DefineSceneAndFrameLabelData {
    pub scenes: Vec<Scene>,
    pub labels: Vec<Label>,
}

Fields

Trait Implementations

impl Debug for DefineSceneAndFrameLabelData
[src]

Formats the value using the given formatter.

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