Struct dxf::entities::Entity [] [src]

pub struct Entity {
    pub common: EntityCommon,
    pub specific: EntityType,
}

Fields

Methods

impl Entity
[src]

Creates a new Entity with the default common values.

Ensures all entity values are valid.

Trait Implementations

impl Clone for Entity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more