Struct dxf::entities::Leader [] [src]

pub struct Leader {
    pub dimension_style_name: String,
    pub use_arrowheads: bool,
    pub path_type: LeaderPathType,
    pub annotation_type: LeaderCreationAnnotationType,
    pub hookline_direction: LeaderHooklineDirection,
    pub use_hookline: bool,
    pub text_annotation_height: f64,
    pub text_annotation_width: f64,
    pub vertex_count: i32,
    pub vertices: Vec<Point>,
    pub override_color: Color,
    pub associated_annotation_reference: String,
    pub normal: Vector,
    pub right: Vector,
    pub block_offset: Vector,
    pub annotation_offset: Vector,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for Leader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Leader
[src]

Formats the value using the given formatter.

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

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