Struct dxf::entities::Body [] [src]

pub struct Body {
    pub format_version_number: i16,
    pub custom_data: Vec<String>,
    pub custom_data2: Vec<String>,
}

Fields

Trait Implementations

impl Clone for Body
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Body
[src]

Formats the value using the given formatter.

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

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