Enum ncurses::CURSOR_VISIBILITY [] [src]

pub enum CURSOR_VISIBILITY {
    CURSOR_INVISIBLE,
    CURSOR_VISIBLE,
    CURSOR_VERY_VISIBLE,
}

Variants

CURSOR_INVISIBLECURSOR_VISIBLECURSOR_VERY_VISIBLE

Trait Implementations

impl Copy for CURSOR_VISIBILITY
[src]

impl Clone for CURSOR_VISIBILITY
[src]

fn clone(&self) -> CURSOR_VISIBILITY

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more