Struct termion::cursor::Up [] [src]

pub struct Up(pub u16);

Move cursor up.

Trait Implementations

impl Copy for Up
[src]

impl Clone for Up
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Up
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Up
[src]

impl Display for Up
[src]

Formats the value using the given formatter. Read more