Struct dxf::entities::Insert [] [src]

pub struct Insert {
    pub has_attributes: bool,
    pub name: String,
    pub location: Point,
    pub x_scale_factor: f64,
    pub y_scale_factor: f64,
    pub z_scale_factor: f64,
    pub rotation: f64,
    pub column_count: i16,
    pub row_count: i16,
    pub column_spacing: f64,
    pub row_spacing: f64,
    pub extrusion_direction: Vector,
    pub attributes: Vec<Attribute>,
}

Fields

Trait Implementations

impl Clone for Insert
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Insert
[src]

Formats the value using the given formatter.

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

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