Struct dxf::entities::Tolerance [] [src]

pub struct Tolerance {
    pub dimension_style_name: String,
    pub insertion_point: Point,
    pub display_text: String,
    pub extrusion_direction: Vector,
    pub direction_vector: Vector,
}

Fields

Trait Implementations

impl Clone for Tolerance
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Tolerance
[src]

Formats the value using the given formatter.

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

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