Function core::sync::atomic::atomic_and

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