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