Struct dxf::objects::DataTable [] [src]

pub struct DataTable {
    pub field: i16,
    pub column_count: usize,
    pub row_count: usize,
    pub name: String,
    pub column_names: Vec<String>,
    pub values: Vec<Vec<Option<DataTableValue>>>,
}

Fields

Trait Implementations

impl Clone for DataTable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DataTable
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DataTable
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Default for DataTable
[src]

[src]

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