Enum tcod::map::FovAlgorithm
[−]
[src]
#[repr(C)]pub enum FovAlgorithm { Basic, Diamond, Shadow, Permissive0, Permissive1, Permissive2, Permissive3, Permissive4, Permissive5, Permissive6, Permissive7, Permissive8, Restrictive, }
Variants
Basic
Diamond
Shadow
Permissive0
Permissive1
Permissive2
Permissive3
Permissive4
Permissive5
Permissive6
Permissive7
Permissive8
Restrictive
Trait Implementations
impl Copy for FovAlgorithm
[src]
impl Clone for FovAlgorithm
[src]
fn clone(&self) -> FovAlgorithm
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more