Struct itree::color::Bg[][src]

pub struct Bg<C>(pub C)
where
    C: Color
;

A background color.

Trait Implementations

impl<C> Display for Bg<C> where
    C: Color
[src]

Formats the value using the given formatter. Read more

impl<C> Clone for Bg<C> where
    C: Color + Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<C> Debug for Bg<C> where
    C: Color + Debug
[src]

Formats the value using the given formatter. Read more

impl<C> Copy for Bg<C> where
    C: Color + Copy
[src]

Auto Trait Implementations

impl<C> Send for Bg<C> where
    C: Send

impl<C> Sync for Bg<C> where
    C: Sync