Struct task_queue::TaskQueueStats [] [src]

pub struct TaskQueueStats {
    pub threads_count: usize,
    pub threads_max: usize,
    pub threads_min: usize,
    pub tasks_count: usize,
}

Fields

threads_count: usize threads_max: usize threads_min: usize tasks_count: usize

Methods

impl TaskQueueStats
[src]

fn empty() -> Self

Trait Implementations

impl Copy for TaskQueueStats
[src]

impl Clone for TaskQueueStats
[src]

fn clone(&self) -> TaskQueueStats

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more