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