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