Struct dxf::objects::Object [] [src]

pub struct Object {
    pub common: ObjectCommon,
    pub specific: ObjectType,
}

Fields

Methods

impl Object
[src]

Creates a new Object with the default common values.

Ensures all object values are valid.

Trait Implementations

impl Clone for Object
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more