Struct sync::mpmc_bounded_queue::Queue[src]
pub struct Queue<T> {
// some fields omitted
}pub struct Queue<T> {
// some fields omitted
}impl<T: Send> Queue<T>fn with_capacity(capacity: uint) -> Queue<T>fn push(&self, value: T) -> boolfn pop(&self) -> Option<T>impl<T: Send> Clone for Queue<T>fn clone(&self) -> Queue<T>fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).