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