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