Struct swf_tree::tags::DefineFontName [] [src]

pub struct DefineFontName {
    pub font_id: u16,
    pub name: String,
    pub copyright: String,
}

Fields

Trait Implementations

impl Debug for DefineFontName
[src]

Formats the value using the given formatter.

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