Struct dxf::LwPolylineVertex [] [src]

pub struct LwPolylineVertex {
    pub x: f64,
    pub y: f64,
    pub id: i32,
    pub starting_width: f64,
    pub ending_width: f64,
    pub bulge: f64,
}

Represents a single vertex of a LwPolyline.

Fields

Trait Implementations

impl Clone for LwPolylineVertex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LwPolylineVertex
[src]

impl Debug for LwPolylineVertex
[src]

[src]

Formats the value using the given formatter.

impl Default for LwPolylineVertex
[src]

[src]

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

impl PartialEq for LwPolylineVertex
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.