Struct swf_tree::tags::DefineText [] [src]

pub struct DefineText {
    pub id: u16,
    pub bounds: Rect,
    pub matrix: Matrix,
    pub records: Vec<TextRecord>,
}

Fields

Trait Implementations

impl Debug for DefineText
[src]

Formats the value using the given formatter.

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