Struct swf_tree::text::GlyphEntry
[−]
[src]
pub struct GlyphEntry { pub index: usize, pub advance: i32, }
Fields
index: usize
advance: i32
Trait Implementations
impl Debug for GlyphEntry
[src]
impl PartialEq for GlyphEntry
[src]
fn eq(&self, __arg_0: &GlyphEntry) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &GlyphEntry) -> bool
This method tests for !=
.