Struct terminfo::capability::EraseOverstrike
source · pub struct EraseOverstrike(pub bool);
Tuple Fields§
§0: bool
Trait Implementations§
source§impl<'a> Capability<'a> for EraseOverstrike
impl<'a> Capability<'a> for EraseOverstrike
source§impl Clone for EraseOverstrike
impl Clone for EraseOverstrike
source§fn clone(&self) -> EraseOverstrike
fn clone(&self) -> EraseOverstrike
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 Debug for EraseOverstrike
impl Debug for EraseOverstrike
source§impl From<EraseOverstrike> for bool
impl From<EraseOverstrike> for bool
source§fn from(cap: EraseOverstrike) -> Self
fn from(cap: EraseOverstrike) -> Self
Converts to this type from the input type.
source§impl PartialEq for EraseOverstrike
impl PartialEq for EraseOverstrike
source§fn eq(&self, other: &EraseOverstrike) -> bool
fn eq(&self, other: &EraseOverstrike) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EraseOverstrike
impl Eq for EraseOverstrike
impl StructuralPartialEq for EraseOverstrike
Auto Trait Implementations§
impl Freeze for EraseOverstrike
impl RefUnwindSafe for EraseOverstrike
impl Send for EraseOverstrike
impl Sync for EraseOverstrike
impl Unpin for EraseOverstrike
impl UnwindSafe for EraseOverstrike
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