Searched defs:AtomicTake (Results 1 – 2 of 2) sorted by relevance
30 pub(super) struct AtomicTake<T> { struct31 inner: MaybeUninit<T>,32 taken: AtomicBool,35 impl<T> AtomicTake<T> { implementation53 impl<T> Drop for AtomicTake<T> { implementation
32 pub(super) struct AtomicTake<T> { struct33 inner: MaybeUninit<T>,34 taken: AtomicBool,37 impl<T> AtomicTake<T> { impl55 impl<T> Drop for AtomicTake<T> { implementation