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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for XData
[src]

Formats the value using the given formatter.