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