Enum vga_framebuffer::SpecialChar
source · pub enum SpecialChar {
Linefeed,
CarriageReturn,
Tab,
Backspace,
Delete,
Escape,
}Expand description
Special types of character we need to interpret
Variants§
Trait Implementations§
source§impl Clone for SpecialChar
impl Clone for SpecialChar
source§fn clone(&self) -> SpecialChar
fn clone(&self) -> SpecialChar
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more