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