Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1271 - 1280 of 2,346 for host:doc.rust-lang.org (0.06 sec)

  1. u32x8 in std::simd::prelude - Rust

    A SIMD vector with eight elements of type `u32`.
    doc.rust-lang.org/std/simd/prelude/type.u32x8.html
    Registered: Fri Aug 08 04:12:48 UTC 2025
    - Last Modified: Thu Aug 07 10:48:05 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  2. atomic_cxchg_relaxed_relaxed in std::intrinsics...

    Stores a value if the current value is the same as the `old` value. `T` must be an integer or pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_cxchg_relaxed_relaxed.html
    Registered: Mon Aug 04 02:59:26 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  3. atomic_cxchgweak_release_seqcst in std::intrins...

    Stores a value if the current value is the same as the `old` value. `T` must be an integer or pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_cxchgweak_release_seqcst.html
    Registered: Mon Aug 04 02:59:41 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  4. atomic_nand_release in std::intrinsics - Rust

    Bitwise nand with the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.
    doc.rust-lang.org/std/intrinsics/fn.atomic_nand_release.html
    Registered: Mon Aug 04 03:03:17 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  5. atomic_singlethreadfence_release in std::intrin...

    A compiler-only memory barrier.
    doc.rust-lang.org/std/intrinsics/fn.atomic_singlethreadfence_release.html
    Registered: Mon Aug 04 03:01:42 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  6. atomic_xchg_release in std::intrinsics - Rust

    Stores the value at the specified memory location, returning the old value. `T` must be an integer or pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xchg_release.html
    Registered: Mon Aug 04 03:01:55 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  7. atomic_xchg_seqcst in std::intrinsics - Rust

    Stores the value at the specified memory location, returning the old value. `T` must be an integer or pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xchg_seqcst.html
    Registered: Mon Aug 04 03:01:58 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  8. atomic_or_acqrel in std::intrinsics - Rust

    Bitwise or with the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.
    doc.rust-lang.org/std/intrinsics/fn.atomic_or_acqrel.html
    Registered: Mon Aug 04 03:02:18 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  9. atomic_xsub_acquire in std::intrinsics - Rust

    Subtract from the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xsub_acquire.html
    Registered: Mon Aug 04 03:02:31 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  10. atomic_nand_seqcst in std::intrinsics - Rust

    Bitwise nand with the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.
    doc.rust-lang.org/std/intrinsics/fn.atomic_nand_seqcst.html
    Registered: Mon Aug 04 03:02:55 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.8K bytes
    - Viewed (0)
Back to top