Struct dxf::entities::LwPolyline [] [src]

pub struct LwPolyline {
    pub flags: i32,
    pub constant_width: f64,
    pub thickness: f64,
    pub vertices: Vec<LwPolylineVertex>,
    pub extrusion_direction: Vector,
}

Fields

Methods

impl LwPolyline
[src]

Trait Implementations

impl Clone for LwPolyline
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LwPolyline
[src]

Formats the value using the given formatter.

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

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