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