Enum tcod::map::FovAlgorithm
[−]
[src]
#[repr(C)]pub enum FovAlgorithm { Basic, Diamond, Shadow, Permissive0, Permissive1, Permissive2, Permissive3, Permissive4, Permissive5, Permissive6, Permissive7, Permissive8, Restrictive, }
Variants
BasicDiamondShadowPermissive0Permissive1Permissive2Permissive3Permissive4Permissive5Permissive6Permissive7Permissive8RestrictiveTrait 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