atomic_nand

Function atomic_nand 

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