Enum iterm2::CursorShape[][src]

pub enum CursorShape {
    Block,
    VerticalBar,
    Underline,
}

The possible cusor shpaes

Variants

A solid vertical block

A thin vertical line

A thin horizonal line

Trait Implementations

impl Debug for CursorShape
[src]

Formats the value using the given formatter. Read more

impl Clone for CursorShape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CursorShape
[src]

Auto Trait Implementations

impl Send for CursorShape

impl Sync for CursorShape