Enum framebuffer::KdMode [] [src]

pub enum KdMode {
    Graphics,
    Text,
}

Enum that can be used to set the current KdMode.

Variants

Graphics
Text