Struct term_cursor::Left[][src]

pub struct Left(pub i32);

A type that when Displayed, moves the cursor left by the specified amount.

This is identical to a Relative(-val, 0).

Trait Implementations

impl Clone for Left
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Left
[src]

impl Display for Left
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Left

impl Sync for Left