Struct dxf::objects::XRecordObject [] [src]

pub struct XRecordObject {
    pub duplicate_record_handling: DictionaryDuplicateRecordHandling,
    pub data_pairs: Vec<CodePair>,
}

Fields

Trait Implementations

impl Clone for XRecordObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for XRecordObject
[src]

Formats the value using the given formatter.

impl PartialEq for XRecordObject
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for XRecordObject
[src]

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