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