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