Struct crossbeam_epoch::CompareAndSetError [−][src]
pub struct CompareAndSetError<'g, T: ?Sized + Pointable, P: Pointer<T>> { pub current: Shared<'g, T>, pub new: P, }
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
Auto Trait Implementations
impl<'g, T: ?Sized, P> RefUnwindSafe for CompareAndSetError<'g, T, P> where
P: RefUnwindSafe,
T: RefUnwindSafe,
P: RefUnwindSafe,
T: RefUnwindSafe,
impl<'g, T, P> !Send for CompareAndSetError<'g, T, P>
impl<'g, T, P> !Sync for CompareAndSetError<'g, T, P>
impl<'g, T: ?Sized, P> Unpin for CompareAndSetError<'g, T, P> where
P: Unpin,
P: Unpin,
impl<'g, T: ?Sized, P> UnwindSafe for CompareAndSetError<'g, T, P> where
P: UnwindSafe,
T: RefUnwindSafe,
P: UnwindSafe,
T: RefUnwindSafe,