Struct dxf::entities::RadialDimension [] [src]

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

Fields

Trait Implementations

impl Clone for RadialDimension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RadialDimension
[src]

Formats the value using the given formatter.

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

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