Struct termion::cursor::SteadyUnderline [−][src]
pub struct SteadyUnderline;
Expand description
Change the cursor style to steady underline
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SteadyUnderline
impl Send for SteadyUnderline
impl Sync for SteadyUnderline
impl Unpin for SteadyUnderline
impl UnwindSafe for SteadyUnderline
Blanket Implementations
Mutably borrows from an owned value. Read more