Struct swf_tree::text::GlyphEntry [] [src]

pub struct GlyphEntry {
    pub index: usize,
    pub advance: i32,
}

Fields

Trait Implementations

impl Debug for GlyphEntry
[src]

Formats the value using the given formatter.

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