Struct dxf::entities::AngularThreePointDimension [] [src]

pub struct AngularThreePointDimension {
    pub dimension_base: DimensionBase,
    pub definition_point_2: Point,
    pub definition_point_3: Point,
    pub definition_point_4: Point,
    pub definition_point_5: Point,
}

Fields

Trait Implementations

impl Clone for AngularThreePointDimension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AngularThreePointDimension
[src]

Formats the value using the given formatter.

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

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