pub struct SetForeground8<const COLOR: u8>;
Expand description
The static SetForeground8<COLOR>
command.
Trait Implementations§
Source§impl<const COLOR: u8> Clone for SetForeground8<COLOR>
impl<const COLOR: u8> Clone for SetForeground8<COLOR>
Source§fn clone(&self) -> SetForeground8<COLOR>
fn clone(&self) -> SetForeground8<COLOR>
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<const COLOR: u8> Debug for SetForeground8<COLOR>
impl<const COLOR: u8> Debug for SetForeground8<COLOR>
Source§impl<const COLOR: u8> Display for SetForeground8<COLOR>
impl<const COLOR: u8> Display for SetForeground8<COLOR>
Source§impl<const COLOR: u8> PartialEq for SetForeground8<COLOR>
impl<const COLOR: u8> PartialEq for SetForeground8<COLOR>
Source§impl<const COLOR: u8> Sgr for SetForeground8<COLOR>
impl<const COLOR: u8> Sgr for SetForeground8<COLOR>
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<const COLOR: u8> Command for SetForeground8<COLOR>
impl<const COLOR: u8> Copy for SetForeground8<COLOR>
impl<const COLOR: u8> Eq for SetForeground8<COLOR>
impl<const COLOR: u8> StructuralPartialEq for SetForeground8<COLOR>
Auto Trait Implementations§
impl<const COLOR: u8> Freeze for SetForeground8<COLOR>
impl<const COLOR: u8> RefUnwindSafe for SetForeground8<COLOR>
impl<const COLOR: u8> Send for SetForeground8<COLOR>
impl<const COLOR: u8> Sync for SetForeground8<COLOR>
impl<const COLOR: u8> Unpin for SetForeground8<COLOR>
impl<const COLOR: u8> UnwindSafe for SetForeground8<COLOR>
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