Struct term_cursor::Right [] [src]

pub struct Right(pub i32);

A type that, when Displayed, makes the cursor move right by the specified amount.

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

Trait Implementations

impl Clone for Right
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Right
[src]

impl Display for Right
[src]

[src]

Formats the value using the given formatter. Read more