Struct dxf::entities::OrdinateDimension [] [src]

pub struct OrdinateDimension {
    pub dimension_base: DimensionBase,
    pub definition_point_2: Point,
    pub definition_point_3: Point,
}

Fields

Trait Implementations

impl Clone for OrdinateDimension
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OrdinateDimension
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for OrdinateDimension
[src]

[src]

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

[src]

This method tests for !=.

impl Default for OrdinateDimension
[src]

[src]

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