Function atomic_and

Source
unsafe fn atomic_and<T: Copy, U: Copy>(
    dst: *mut T,
    val: U,
    order: Ordering,
) -> T