Struct array3d::Neighbours [] [src]

pub struct Neighbours<T> {
    pub prev: T,
    pub next: T,
}

Fields