Struct dxf::entities::MLine [] [src]

pub struct MLine {
    pub style_name: String,
    pub style: u32,
    pub scale_factor: f64,
    pub justification: Justification,
    pub flags: i32,
    pub style_element_count: i32,
    pub start_point: Point,
    pub normal: Vector,
    pub vertices: Vec<Point>,
    pub segment_directions: Vec<Vector>,
    pub miter_directions: Vec<Vector>,
    pub parameters: Vec<f64>,
    pub area_fill_parameters: Vec<f64>,
    // some fields omitted
}

Fields

Methods

impl MLine
[src]

Trait Implementations

impl Clone for MLine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MLine
[src]

Formats the value using the given formatter.

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

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