pub struct DynSetForeground24(pub u8, pub u8, pub u8);
Expand description
The dynamic DynSetForeground24(R, G, B)
command.
Tuple Fields§
§0: u8
§1: u8
§2: u8
Trait Implementations§
Source§impl Clone for DynSetForeground24
impl Clone for DynSetForeground24
Source§fn clone(&self) -> DynSetForeground24
fn clone(&self) -> DynSetForeground24
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 DynSetForeground24
impl Debug for DynSetForeground24
Source§impl Display for DynSetForeground24
impl Display for DynSetForeground24
Source§impl PartialEq for DynSetForeground24
impl PartialEq for DynSetForeground24
Source§impl Sgr for DynSetForeground24
impl Sgr for DynSetForeground24
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 DynSetForeground24
impl Copy for DynSetForeground24
impl Eq for DynSetForeground24
impl StructuralPartialEq for DynSetForeground24
Auto Trait Implementations§
impl Freeze for DynSetForeground24
impl RefUnwindSafe for DynSetForeground24
impl Send for DynSetForeground24
impl Sync for DynSetForeground24
impl Unpin for DynSetForeground24
impl UnwindSafe for DynSetForeground24
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