Struct dxf::entities::Attribute [] [src]

pub struct Attribute {
    pub thickness: f64,
    pub location: Point,
    pub text_height: f64,
    pub value: String,
    pub version: Version,
    pub attribute_tag: String,
    pub flags: i32,
    pub field_length: i16,
    pub rotation: f64,
    pub relative_x_scale_factor: f64,
    pub oblique_angle: f64,
    pub text_style_name: String,
    pub text_generation_flags: i32,
    pub horizontal_text_justification: HorizontalTextJustification,
    pub vertical_text_justification: VerticalTextJustification,
    pub second_alignment_point: Point,
    pub normal: Vector,
    pub is_locked_in_block: bool,
    pub keep_duplicate_records: bool,
    pub m_text_flag: MTextFlag,
    pub is_really_locked: bool,
    pub secondary_attributes: Vec<u32>,
    pub alignment_point: Point,
    pub annotation_scale: f64,
    pub x_record_tag: String,
    pub m_text: u32,
    // some fields omitted
}

Fields

Methods

impl Attribute
[src]

Trait Implementations

impl Clone for Attribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Attribute
[src]

Formats the value using the given formatter.

impl PartialEq for Attribute
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Attribute
[src]

Returns the "default value" for a type. Read more