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