Struct dxf::entities::DiameterDimension [] [src]

pub struct DiameterDimension {
    pub dimension_base: DimensionBase,
    pub definition_point_2: Point,
    pub leader_length: f64,
}

Fields

Trait Implementations

impl Clone for DiameterDimension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DiameterDimension
[src]

Formats the value using the given formatter.

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

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