Struct dxf::SectionTypeSettings [] [src]

pub struct SectionTypeSettings {
    pub section_type: i32,
    pub is_generation_option: bool,
    pub source_object_handles: Vec<u32>,
    pub destination_object_handle: u32,
    pub destination_file_name: String,
    pub geometry_settings: Vec<SectionGeometrySettings>,
}

Fields

Trait Implementations

impl Clone for SectionTypeSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SectionTypeSettings
[src]

Formats the value using the given formatter.

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

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