Struct mpmc::Queue [] [src]

pub struct Queue<T> { /* fields omitted */ }

Methods

impl<T: Send> Queue<T>
[src]

Trait Implementations

impl<T: Send> Clone for Queue<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more