Struct trk_io::Header [] [src]

pub struct Header {
    pub affine4: Affine4,
    pub affine: Affine,
    pub translation: Translation,
    pub nb_streamlines: usize,
    pub scalars: Vec<(String, ArraySequence<f32>)>,
    pub properties: Vec<(String, Vec<f32>)>,
    // some fields omitted
}

Fields

Methods

impl Header
[src]

[src]

[src]

Trait Implementations

impl Clone for Header
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Header
[src]

[src]

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

impl PartialEq for Header
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Header

impl Sync for Header