Struct vtkio::model::Attributes[][src]

pub struct Attributes {
    pub point: Vec<(String, Attribute)>,
    pub cell: Vec<(String, Attribute)>,
}

Point and cell attributes.

Fields

Methods

impl Attributes
[src]

Trait Implementations

impl Clone for Attributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Attributes

impl Sync for Attributes