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