[][src]Enum tcod_sys::_bindgen_ty_1

#[repr(u32)]
pub enum _bindgen_ty_1 { TCOD_COLOR_RED, TCOD_COLOR_FLAME, TCOD_COLOR_ORANGE, TCOD_COLOR_AMBER, TCOD_COLOR_YELLOW, TCOD_COLOR_LIME, TCOD_COLOR_CHARTREUSE, TCOD_COLOR_GREEN, TCOD_COLOR_SEA, TCOD_COLOR_TURQUOISE, TCOD_COLOR_CYAN, TCOD_COLOR_SKY, TCOD_COLOR_AZURE, TCOD_COLOR_BLUE, TCOD_COLOR_HAN, TCOD_COLOR_VIOLET, TCOD_COLOR_PURPLE, TCOD_COLOR_FUCHSIA, TCOD_COLOR_MAGENTA, TCOD_COLOR_PINK, TCOD_COLOR_CRIMSON, TCOD_COLOR_NB, }

Variants

TCOD_COLOR_REDTCOD_COLOR_FLAMETCOD_COLOR_ORANGETCOD_COLOR_AMBERTCOD_COLOR_YELLOWTCOD_COLOR_LIMETCOD_COLOR_CHARTREUSETCOD_COLOR_GREENTCOD_COLOR_SEATCOD_COLOR_TURQUOISETCOD_COLOR_CYANTCOD_COLOR_SKYTCOD_COLOR_AZURETCOD_COLOR_BLUETCOD_COLOR_HANTCOD_COLOR_VIOLETTCOD_COLOR_PURPLETCOD_COLOR_FUCHSIATCOD_COLOR_MAGENTATCOD_COLOR_PINKTCOD_COLOR_CRIMSONTCOD_COLOR_NB

Trait Implementations

impl Eq for _bindgen_ty_1[src]

impl PartialEq<_bindgen_ty_1> for _bindgen_ty_1[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.

impl Copy for _bindgen_ty_1[src]

impl Clone for _bindgen_ty_1[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for _bindgen_ty_1[src]

impl Hash for _bindgen_ty_1[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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