Struct swf_tree::text::FontAlignmentZone
[−]
[src]
pub struct FontAlignmentZone {
pub data: Vec<FontAlignmentZoneData>,
pub has_x: bool,
pub has_y: bool,
}Fields
data: 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 !=.