Enum tcod::console::Renderer
[−]
[src]
#[repr(C)]pub enum Renderer { GLSL, OpenGL, SDL, }
All the possible renderers used by the Root console
Variants
GLSLOpenGLSDLTrait Implementations
impl Copy for Renderer[src]
impl Clone for Renderer[src]
fn clone(&self) -> Renderer
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