Struct vtkio::model::FieldArray[][src]

pub struct FieldArray {
    pub name: String,
    pub num_comp: u32,
    pub data: IOBuffer,
}

Special struct to store Field attribute data.

Fields

Trait Implementations

impl Clone for FieldArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FieldArray
[src]

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

This method tests for !=.

impl Debug for FieldArray
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FieldArray

impl Sync for FieldArray