Function core::sync::atomic::atomic_xor

source ·
unsafe fn atomic_xor<T: Copy>(dst: *mut T, val: T, order: Ordering) -> T