#[repr(C)]pub struct Cell(u8, Attribute);
Expand description
Representation of a cga screen cell, that consists of a character and its styling.
Tuple Fields§
§0: u8
§1: Attribute
#[repr(C)]pub struct Cell(u8, Attribute);
Representation of a cga screen cell, that consists of a character and its styling.
0: u8
§1: Attribute