Struct gomoku_core::Axes [] [src]

pub struct Axes<T>(_);

Represent all the 4 axes.

Methods

impl<T> Axes<T>
[src]

impl<T: Default> Axes<T>
[src]

Trait Implementations

impl<T: Debug> Debug for Axes<T>
[src]

Formats the value using the given formatter.

impl<T: PartialEq> PartialEq for Axes<T>
[src]

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

This method tests for !=.

impl<T> From<[T; 4]> for Axes<T>
[src]

Performs the conversion.

impl<T> Deref for Axes<T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<T> DerefMut for Axes<T>
[src]

The method called to mutably dereference a value