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