Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1601 - 1610 of 2,333 for host:doc.rust-lang.org (0.04 sec)

  1. atomic_xchg_acqrel 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_acqrel.html
    Registered: Mon Jun 16 02:31:57 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. black_box in std::intrinsics - Rust

    See documentation of `std::hint::black_box` for details.
    doc.rust-lang.org/std/intrinsics/fn.black_box.html
    Registered: Mon Jun 16 02:34:27 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  3. 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 Jun 16 02:32:55 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  4. 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 Jun 16 02:33:58 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  5. Variant in std::intrinsics::mir - Rust

    Adds a variant projection with the given index to the place.
    doc.rust-lang.org/std/intrinsics/mir/fn.Variant.html
    Registered: Mon Jun 16 02:52:25 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  6. powif128 in std::intrinsics - Rust

    Raises an `f128` to an integer power.
    doc.rust-lang.org/std/intrinsics/fn.powif128.html
    Registered: Mon Jun 16 02:52:28 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  7. volatile_copy_memory in std::intrinsics - Rust

    Equivalent to the appropriate `llvm.memmove.p0i8.0i8.*` intrinsic, with a size of `count * size_of::<T>()` and an alignment of `min_align_of::<T>()`
    doc.rust-lang.org/std/intrinsics/fn.volatile_copy_memory.html
    Registered: Mon Jun 16 02:52:45 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  8. f32x4 in std::simd - Rust

    A SIMD vector with four elements of type `f32`.
    doc.rust-lang.org/std/simd/type.f32x4.html
    Registered: Mon Jun 16 03:23:25 UTC 2025
    - Last Modified: Thu May 15 17:17:53 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  9. mask32x64 in std::simd - Rust

    A SIMD mask with 64 elements for vectors with 32-bit element types.
    doc.rust-lang.org/std/simd/type.mask32x64.html
    Registered: Mon Jun 16 03:20:22 UTC 2025
    - Last Modified: Thu May 15 17:17:53 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  10. isizex32 in std::simd - Rust

    A SIMD vector with 32 elements of type `isize`.
    doc.rust-lang.org/std/simd/type.isizex32.html
    Registered: Mon Jun 16 03:20:26 UTC 2025
    - Last Modified: Thu May 15 17:17:53 UTC 2025
    - 4.3K bytes
    - Viewed (0)
Back to top