Struct wafer::config::Index3[][src]

pub struct Index3 {
    pub x: usize,
    pub y: usize,
    pub z: usize,
}

A simple index struct to identify an {x,y,z} position.

Fields

Index in x.

Index in y.

Index in z.

Trait Implementations

impl Debug for Index3
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Index3

impl Sync for Index3