Struct terminfo::capability::SetBackground
source · pub struct SetBackground<'a>(_);
Implementations§
source§impl<'a> SetBackground<'a>
impl<'a> SetBackground<'a>
sourcepub fn expand(&self) -> Expansion<'_, SetBackground<'_>>
pub fn expand(&self) -> Expansion<'_, SetBackground<'_>>
Begin expanding the capability.
Trait Implementations§
source§impl<'a> AsRef<[u8]> for SetBackground<'a>
impl<'a> AsRef<[u8]> for SetBackground<'a>
source§impl<'a> Capability<'a> for SetBackground<'a>
impl<'a> Capability<'a> for SetBackground<'a>
source§impl<'a> Clone for SetBackground<'a>
impl<'a> Clone for SetBackground<'a>
source§fn clone(&self) -> SetBackground<'a>
fn clone(&self) -> SetBackground<'a>
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<'a> Debug for SetBackground<'a>
impl<'a> Debug for SetBackground<'a>
source§impl<'a> PartialEq<SetBackground<'a>> for SetBackground<'a>
impl<'a> PartialEq<SetBackground<'a>> for SetBackground<'a>
source§fn eq(&self, other: &SetBackground<'a>) -> bool
fn eq(&self, other: &SetBackground<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.