Struct swf_tree::Glyph [] [src]

pub struct Glyph {
    pub records: Vec<ShapeRecord>,
}

Fields

Trait Implementations

impl Debug for Glyph
[src]

Formats the value using the given formatter.

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