Struct swf_tree::text::FontAlignmentZone [] [src]

pub struct FontAlignmentZone {
    pub u8: Vec<FontAlignmentZoneData>,
    pub has_x: bool,
    pub has_y: bool,
}

Fields

Trait Implementations

impl Debug for FontAlignmentZone
[src]

Formats the value using the given formatter.

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