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