Struct crossterm::style::SetBackgroundColor [−][src]
pub struct SetBackgroundColor(pub Color);
Expand description
Trait Implementations
Write an ANSI representation of this command to the given writer. An ANSI code can manipulate the terminal by writing it to the terminal buffer. However, only Windows 10 and UNIX systems support this. Read more
Execute this command. Read more
Returns whether the ansi code representation of this command is supported by windows. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SetBackgroundColor
impl Send for SetBackgroundColor
impl Sync for SetBackgroundColor
impl Unpin for SetBackgroundColor
impl UnwindSafe for SetBackgroundColor
Blanket Implementations
Mutably borrows from an owned value. Read more