Struct vtkio::model::Vtk[][src]

pub struct Vtk {
    pub version: Version,
    pub title: String,
    pub data: DataSet,
}

Vtk Data Model Model of the Vtk data structure.

Fields

Trait Implementations

impl Clone for Vtk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Vtk

impl Sync for Vtk