atomic_xor

Function atomic_xor 

Source
unsafe fn atomic_xor<T: Copy, U: Copy>(
    dst: *mut T,
    val: U,
    order: Ordering,
) -> T
Available on target_has_atomic only.