Enum clerk::CursorBlinking [] [src]

pub enum CursorBlinking {
    On,
    Off,
}

Sets cursor blinking.

Variants

Trait Implementations

impl Clone for CursorBlinking
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CursorBlinking
[src]