Function core::sync::atomic::atomic_or

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