Skip to main content

atomic_or

Function atomic_or 

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