Enum gaviota_sys::TB_squares[][src]

#[repr(u32)]pub enum TB_squares {
    tb_A1,
    tb_B1,
    tb_C1,
    tb_D1,
    tb_E1,
    tb_F1,
    tb_G1,
    tb_H1,
    tb_A2,
    tb_B2,
    tb_C2,
    tb_D2,
    tb_E2,
    tb_F2,
    tb_G2,
    tb_H2,
    tb_A3,
    tb_B3,
    tb_C3,
    tb_D3,
    tb_E3,
    tb_F3,
    tb_G3,
    tb_H3,
    tb_A4,
    tb_B4,
    tb_C4,
    tb_D4,
    tb_E4,
    tb_F4,
    tb_G4,
    tb_H4,
    tb_A5,
    tb_B5,
    tb_C5,
    tb_D5,
    tb_E5,
    tb_F5,
    tb_G5,
    tb_H5,
    tb_A6,
    tb_B6,
    tb_C6,
    tb_D6,
    tb_E6,
    tb_F6,
    tb_G6,
    tb_H6,
    tb_A7,
    tb_B7,
    tb_C7,
    tb_D7,
    tb_E7,
    tb_F7,
    tb_G7,
    tb_H7,
    tb_A8,
    tb_B8,
    tb_C8,
    tb_D8,
    tb_E8,
    tb_F8,
    tb_G8,
    tb_H8,
    tb_NOSQUARE,
}

Variants

tb_A1
tb_B1
tb_C1
tb_D1
tb_E1
tb_F1
tb_G1
tb_H1
tb_A2
tb_B2
tb_C2
tb_D2
tb_E2
tb_F2
tb_G2
tb_H2
tb_A3
tb_B3
tb_C3
tb_D3
tb_E3
tb_F3
tb_G3
tb_H3
tb_A4
tb_B4
tb_C4
tb_D4
tb_E4
tb_F4
tb_G4
tb_H4
tb_A5
tb_B5
tb_C5
tb_D5
tb_E5
tb_F5
tb_G5
tb_H5
tb_A6
tb_B6
tb_C6
tb_D6
tb_E6
tb_F6
tb_G6
tb_H6
tb_A7
tb_B7
tb_C7
tb_D7
tb_E7
tb_F7
tb_G7
tb_H7
tb_A8
tb_B8
tb_C8
tb_D8
tb_E8
tb_F8
tb_G8
tb_H8
tb_NOSQUARE

Trait Implementations

impl Clone for TB_squares[src]

impl Copy for TB_squares[src]

impl Debug for TB_squares[src]

impl Eq for TB_squares[src]

impl Hash for TB_squares[src]

impl PartialEq<TB_squares> for TB_squares[src]

impl StructuralEq for TB_squares[src]

impl StructuralPartialEq for TB_squares[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.