Struct text_terminal::Row
source · pub struct Row(/* private fields */);
Expand description
A row index or number of rows in the y-dimension of the screen viewport.
Trait Implementations§
source§impl AddAssign<Row> for Row
impl AddAssign<Row> for Row
source§fn add_assign(&mut self, rhs: Row)
fn add_assign(&mut self, rhs: Row)
Performs the
+=
operation. Read moresource§impl Ord for Row
impl Ord for Row
source§impl PartialOrd<Row> for Row
impl PartialOrd<Row> for Row
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl SubAssign<Row> for Row
impl SubAssign<Row> for Row
source§fn sub_assign(&mut self, rhs: Row)
fn sub_assign(&mut self, rhs: Row)
Performs the
-=
operation. Read moreimpl Copy for Row
impl Eq for Row
impl StructuralEq for Row
impl StructuralPartialEq for Row
Auto Trait Implementations§
impl RefUnwindSafe for Row
impl Send for Row
impl Sync for Row
impl Unpin for Row
impl UnwindSafe for Row
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more