Struct wafer::config::Index3 [−][src]
A simple index struct to identify an {x,y,z} position.
Fields
x: usize
Index in x.
y: usize
Index in y.
z: usize
Index in z.