Enum tcod::map::FovAlgorithm [] [src]

#[repr(C)]
pub enum FovAlgorithm { Basic, Diamond, Shadow, Permissive0, Permissive1, Permissive2, Permissive3, Permissive4, Permissive5, Permissive6, Permissive7, Permissive8, Restrictive, }

Variants

Trait Implementations

impl Copy for FovAlgorithm
[src]

impl Clone for FovAlgorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FovAlgorithm
[src]

Formats the value using the given formatter.