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