Struct bracket_terminal::console::Tile [−][src]
pub struct Tile {
pub glyph: FontCharType,
pub fg: RGBA,
pub bg: RGBA,
}Expand description
The internal storage type for tiles in a simple console.
Fields
glyph: FontCharTypefg: RGBAbg: RGBATrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tileimpl UnwindSafe for TileBlanket Implementations
Mutably borrows from an owned value. Read more