Struct dxf::entities::Shape [] [src]

pub struct Shape {
    pub thickness: f64,
    pub location: Point,
    pub size: f64,
    pub name: String,
    pub rotation_angle: f64,
    pub relative_x_scale_factor: f64,
    pub oblique_angle: f64,
    pub extrusion_direction: Vector,
}

Fields

Trait Implementations

impl Clone for Shape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Shape
[src]

Formats the value using the given formatter.

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

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