Struct dxf::objects::ObjectCommon [] [src]

pub struct ObjectCommon {
    pub handle: u32,
    pub extension_data_groups: Vec<ExtensionGroup>,
    pub x_data: Vec<XData>,
    pub owner_handle: u32,
}

Fields

Methods

impl ObjectCommon
[src]

Ensures all values are valid.

Trait Implementations

impl Clone for ObjectCommon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ObjectCommon
[src]

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