Struct dxf::objects::DictionaryWithDefault [] [src]

pub struct DictionaryWithDefault {
    pub duplicate_record_handling: DictionaryDuplicateRecordHandling,
    pub default_handle: u32,
    pub value_handles: HashMap<String, u32>,
}

Fields

Trait Implementations

impl Clone for DictionaryWithDefault
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DictionaryWithDefault
[src]

Formats the value using the given formatter.

impl PartialEq for DictionaryWithDefault
[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 DictionaryWithDefault
[src]

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