pub struct DynSetForeground8(pub u8);
Expand description
The dynamic DynSetForeground8(COLOR)
command.
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl Clone for DynSetForeground8
impl Clone for DynSetForeground8
Source§fn clone(&self) -> DynSetForeground8
fn clone(&self) -> DynSetForeground8
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DynSetForeground8
impl Debug for DynSetForeground8
Source§impl Display for DynSetForeground8
impl Display for DynSetForeground8
Source§impl PartialEq for DynSetForeground8
impl PartialEq for DynSetForeground8
Source§impl Sgr for DynSetForeground8
impl Sgr for DynSetForeground8
Source§fn write_param(&self, f: &mut Formatter<'_>) -> Result
fn write_param(&self, f: &mut Formatter<'_>) -> Result
Write the parameter(s) for this SGR command.
impl Command for DynSetForeground8
impl Copy for DynSetForeground8
impl Eq for DynSetForeground8
impl StructuralPartialEq for DynSetForeground8
Auto Trait Implementations§
impl Freeze for DynSetForeground8
impl RefUnwindSafe for DynSetForeground8
impl Send for DynSetForeground8
impl Sync for DynSetForeground8
impl Unpin for DynSetForeground8
impl UnwindSafe for DynSetForeground8
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more