Struct term_cursor::Up[][src]

pub struct Up(pub i32);

A type that when Displayed, moves the cursor up by the specified amount.

This is identical to a Relative(0, -val).

Trait Implementations

impl Clone for Up
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Up
[src]

impl Display for Up
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Up

impl Sync for Up