Struct threed_ice::Dimensions [] [src]

pub struct Dimensions {
    // some fields omitted
}

The dimensions of a stack.

Methods

impl Dimensions
[src]

fn columns(&self) -> usize

Return the number of columns.

fn connections(&self) -> usize

Return the number of connections.

fn layers(&self) -> usize

Return the number of layers.

fn rows(&self) -> usize

Return the number of rows.