Struct cursive::views::Counter [] [src]

pub struct Counter(pub Arc<AtomicUsize>);

Atomic counter used by ProgressBar.

Methods

impl Counter
[src]

[src]

Creates a new Counter starting with the given value.

[src]

Retrieves the current progress value.

[src]

Sets the current progress value.

[src]

Increase the current progress by ticks.

Trait Implementations

impl Clone for Counter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more