Enum tcod::noise::NoiseType [] [src]

#[repr(C)]
pub enum NoiseType { Default, Perlin, Simplex, Wavelet, }

Available noise types.

Variants

Trait Implementations

impl Copy for NoiseType
[src]

impl Clone for NoiseType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for NoiseType
[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 NoiseType
[src]

impl Debug for NoiseType
[src]

Formats the value using the given formatter.