Function atomic_xor_seqcst

Source
pub unsafe fn atomic_xor_seqcst<T: Copy>(dst: *mut T, src: T) -> T
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

Bitwise xor with the current value, returning the previous value. T must be an integer or pointer type. If T is a pointer type, the p