Struct sirpent::state::grids::HexagonGrid [] [src]

pub struct HexagonGrid {
    pub radius: usize,
}

Fields

Methods

impl HexagonGrid
[src]

Trait Implementations

impl PartialEq for HexagonGrid
[src]

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

This method tests for !=.

impl Eq for HexagonGrid
[src]

impl Clone for HexagonGrid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HexagonGrid
[src]

impl Hash for HexagonGrid
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for HexagonGrid
[src]

Formats the value using the given formatter.

impl GridTrait for HexagonGrid
[src]