Enum tcod::console::FontType
[−]
[src]
#[repr(C)]pub enum FontType { Default, Greyscale, }
Variants
Default
Greyscale
Trait Implementations
impl Copy for FontType
[src]
impl Clone for FontType
[src]
fn clone(&self) -> FontType
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