Struct bit_matrix::submatrix::BitSubMatrix [] [src]

pub struct BitSubMatrix<'a> { /* fields omitted */ }

Immutable access to a range of matrix's rows.

Methods

impl<'a> BitSubMatrix<'a>
[src]

Returns a new BitSubMatrix.

Forms a BitSubMatrix from a pointer and dimensions.

Iterates over the matrix's rows in the form of mutable slices.

Trait Implementations

impl<'a> Index<usize> for BitSubMatrix<'a>
[src]

Returns the matrix's row in the form of a mutable slice.

The returned type after indexing

The method for the indexing (container[index]) operation

impl<'a> Debug for BitSubMatrix<'a>
[src]

Formats the value using the given formatter.