Struct termion::cursor::Down [] [src]

pub struct Down(pub u16);

Move cursor down.

Trait Implementations

impl Copy for Down
[src]

impl Clone for Down
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Display for Down
[src]

Formats the value using the given formatter. Read more