pub struct Queue<T> { /* private fields */ }Expand description
A lokfree FIFO queue implementation.
Implementations§
Trait Implementations§
impl<T: Send> Send for Queue<T>
impl<T: Send> Sync for Queue<T>
Auto Trait Implementations§
impl<T> !Freeze for Queue<T>
impl<T> !RefUnwindSafe for Queue<T>
impl<T> Unpin for Queue<T>
impl<T> UnsafeUnpin for Queue<T>
impl<T> UnwindSafe for Queue<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more