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 Into<bool> for EraseOverstrike
impl Into<bool> for EraseOverstrike
source§impl PartialEq<EraseOverstrike> for EraseOverstrike
impl PartialEq<EraseOverstrike> 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 ==
.