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