Struct dxf::entities::XLine [] [src]

pub struct XLine {
    pub first_point: Point,
    pub unit_direction_vector: Vector,
}

Fields

Trait Implementations

impl Clone for XLine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for XLine
[src]

Formats the value using the given formatter.

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

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