Struct term_cursor::Relative[][src]

pub struct Relative(pub i32, pub i32);

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

This moves the cursor to the specified coordinates, relative to it's previous position.

Trait Implementations

impl Clone for Relative
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Relative
[src]

impl Display for Relative
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Relative

impl Sync for Relative