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