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