Struct dxf::Class [] [src]

pub struct Class {
    pub record_name: String,
    pub class_name: String,
    pub application_name: String,
    pub version_number: i32,
    pub proxy_capability_flags: i32,
    pub instance_count: usize,
    pub was_class_loaded_with_file: bool,
    pub is_entity: bool,
}

Represents an application-defined class whose instances are Blocks, Entitys, and Objects.

Fields

Class DXF record name.

C++ class name. Used to bind with software that defines object class behavior.

Application name.

The class's version number.

Indicates the capabilities of this object as a proxy.

Number of instances of this class.

Was the class loaded with the file.

Is class derived from the AcDbEntity class.

Methods

impl Class
[src]

Trait Implementations

impl Clone for Class
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Class
[src]

[src]

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