Struct termion::cursor::Right [] [src]

pub struct Right(pub u16);

Move cursor right.

Trait Implementations

impl Copy for Right
[src]

impl Clone for Right
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Display for Right
[src]

Formats the value using the given formatter. Read more