pub struct OSAtomicFifoQueue { /* private fields */ }Expand description
FIFO queue backed by OSAtomicFifoEnqueue / OSAtomicFifoDequeue.
Implementations§
Trait Implementations§
Source§impl Drop for OSAtomicFifoQueue
impl Drop for OSAtomicFifoQueue
Auto Trait Implementations§
impl Freeze for OSAtomicFifoQueue
impl RefUnwindSafe for OSAtomicFifoQueue
impl !Send for OSAtomicFifoQueue
impl !Sync for OSAtomicFifoQueue
impl Unpin for OSAtomicFifoQueue
impl UnsafeUnpin for OSAtomicFifoQueue
impl UnwindSafe for OSAtomicFifoQueue
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