Struct term_cursor::Goto [] [src]

pub struct Goto(pub i32, pub i32);

A type that, when Displayed, makes the cursor go the specified coordinates.

The Goto tuple type takes a tuple of the form (x, y), where X and Y correspond to columns and rows respectively.

Trait Implementations

impl Clone for Goto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Goto
[src]

impl Display for Goto
[src]

Formats the value using the given formatter. Read more