Struct dxf::entities::ProxyEntity [] [src]

pub struct ProxyEntity {
    pub proxy_entity_class_id: i32,
    pub application_entity_class_id: i32,
    pub graphics_data_size: i32,
    pub graphics_data_string: Vec<String>,
    pub entity_data_size: i32,
    pub entity_data_string: Vec<String>,
    pub object_id_1: Vec<String>,
    pub object_id_2: Vec<String>,
    pub object_id_3: Vec<String>,
    pub object_id_4: Vec<String>,
    pub terminator: i32,
    pub original_data_format_is_dxf: bool,
    // some fields omitted
}

Fields

Methods

impl ProxyEntity
[src]

Trait Implementations

impl Clone for ProxyEntity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProxyEntity
[src]

Formats the value using the given formatter.

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

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