Enum ncurses::CURSOR_VISIBILITY [] [src]

pub enum CURSOR_VISIBILITY {
    CURSOR_INVISIBLE,
    CURSOR_VISIBLE,
    CURSOR_VERY_VISIBLE,
}

Variants

CURSOR_INVISIBLE
CURSOR_VISIBLE
CURSOR_VERY_VISIBLE

Trait Implementations

Derived Implementations

impl Copy for CURSOR_VISIBILITY

impl Clone for CURSOR_VISIBILITY

fn clone(&self) -> CURSOR_VISIBILITY

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