Enum swf_tree::Tag [] [src]

pub enum Tag {
    Unknown(Unknown),
    DefineSceneAndFrameLabelData(DefineSceneAndFrameLabelData),
    DefineFont3(DefineFont3),
    DefineShape(DefineShape),
    DefineSprite(DefineSprite),
    DoAction(DoAction),
    ExportAssets(ExportAssets),
    FileAttributes(FileAttributes),
    Metadata(Metadata),
    PlaceObject(PlaceObject),
    SetBackgroundColor(SetBackgroundColor),
    ShowFrame,
}

Variants

Trait Implementations

impl Debug for Tag
[src]

Formats the value using the given formatter.

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