Struct crossbeam_epoch::CompareAndSetError
[−]
[src]
The error returned on failed compare-and-set operation.
Fields
current: Shared<'g, T>
The value in the atomic pointer at the time of the failed operation.
new: P
The new value, which the operation failed to store.
Trait Implementations
impl<'g, T: 'g, P: Pointer<T> + Debug> Debug for CompareAndSetError<'g, T, P>
[src]
impl<'g, T: 'g, P: Pointer<T> + Debug> Debug for CompareAndSetError<'g, T, P>
Auto Trait Implementations
impl<'g, T, P> !Send for CompareAndSetError<'g, T, P>
impl<'g, T, P> !Send for CompareAndSetError<'g, T, P>
impl<'g, T, P> !Sync for CompareAndSetError<'g, T, P>
impl<'g, T, P> !Sync for CompareAndSetError<'g, T, P>