Struct dxf::entities::Line [] [src]

pub struct Line {
    pub thickness: f64,
    pub p1: Point,
    pub p2: Point,
    pub extrusion_direction: Vector,
}

Fields

Methods

impl Line
[src]

Trait Implementations

impl Clone for Line
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Line
[src]

Formats the value using the given formatter.

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

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