pub struct Table<T> { /* private fields */ }
Expand description

A table that stores values for each cells.

Implementations

Creates a new table with data.

Creates a new empty table.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the rectangle’s size.

Returns the number of the rectangle’s rows.

Returns the number of the rectangle’s columns.

Returns the cell length which is contained in the rectangle.

Returns true if the point is contained in the rectangle.

Convert a point to a corresponding cell ID.

Convert a cell ID to a corresponding point.

Returns an iterator iterating all points.

Returns an iterator iterating all points in the row.

Returns an iterator iterating all points in the column.

The returned type after indexing.

Performs the indexing (container[index]) operation. Read more

Performs the mutable indexing (container[index]) operation. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.