Struct term_cursor::Goto[][src]

pub struct Goto(pub i32, pub i32);

A type that when Displayed, moves the cursor to the specified coordinates.

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

Auto Trait Implementations

impl Send for Goto

impl Sync for Goto