Struct termion::color::Fg [−][src]
pub struct Fg<C: Color>(pub C);
Expand description
A foreground color.
Tuple Fields
0: C
Trait Implementations
Auto Trait Implementations
impl<C> RefUnwindSafe for Fg<C> where
C: RefUnwindSafe,
impl<C> UnwindSafe for Fg<C> where
C: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more