Struct termion::cursor::Left [] [src]

pub struct Left(pub u16);

Move cursor left.

Trait Implementations

impl Copy for Left
[src]

impl Clone for Left
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Left
[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 Left
[src]

impl Display for Left
[src]

Formats the value using the given formatter. Read more