Struct dxf::XData [] [src]

pub struct XData {
    pub application_name: String,
    pub items: Vec<XDataItem>,
}

Represents an application name and a collection of extended data.

Fields

Trait Implementations

impl Clone for XData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for XData
[src]

[src]

Formats the value using the given formatter.