Struct terminfo::capability::ColAddrGlitch
source · pub struct ColAddrGlitch(pub bool);
Tuple Fields§
§0: bool
Trait Implementations§
source§impl<'a> Capability<'a> for ColAddrGlitch
impl<'a> Capability<'a> for ColAddrGlitch
source§impl Clone for ColAddrGlitch
impl Clone for ColAddrGlitch
source§fn clone(&self) -> ColAddrGlitch
fn clone(&self) -> ColAddrGlitch
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 ColAddrGlitch
impl Debug for ColAddrGlitch
source§impl Into<bool> for ColAddrGlitch
impl Into<bool> for ColAddrGlitch
source§impl PartialEq<ColAddrGlitch> for ColAddrGlitch
impl PartialEq<ColAddrGlitch> for ColAddrGlitch
source§fn eq(&self, other: &ColAddrGlitch) -> bool
fn eq(&self, other: &ColAddrGlitch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.