Struct wafer::output::PlainRecord[][src]

struct PlainRecord {
    i: usize,
    j: usize,
    k: usize,
    data: R64,
}

A simple struct to parse data to a plain csv file

Fields

Index in x

Index in y

Index in z

Data at this position

Trait Implementations

impl Debug for PlainRecord
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PlainRecord

impl Sync for PlainRecord