Struct dxf::objects::AcadProxyObject [] [src]

pub struct AcadProxyObject {
    pub proxy_object_class_id: i32,
    pub application_object_class_id: i32,
    pub size_in_bits: i32,
    pub binary_object_data: Vec<String>,
    pub object_ids: Vec<String>,
    pub is_original_object_format: bool,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for AcadProxyObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AcadProxyObject
[src]

Formats the value using the given formatter.

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

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