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

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

Fields

Methods

impl Entity
[src]

[src]

Creates a new Entity with the default common values.

[src]

Ensures all entity values are valid.

Trait Implementations

impl Clone for Entity
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more