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