Struct bracket_terminal::rex::XpCell [−][src]
Expand description
Structure representing a character and its foreground/background color
Fields
ch: u32Character index
This depends on the font but will usually be a code page 437 character
(one way to convert to a rust unicode character one way is to use
CP437_WINGDINGS.decode(...) in the codepage_437 crate!)
fg: XpColorForeground color
bg: XpColorBackground color
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XpCellimpl UnwindSafe for XpCellBlanket Implementations
Mutably borrows from an owned value. Read more