Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1841 - 1850 of 2,385 for host:doc.rust-lang.org (0.1 seconds)

  1. simd_scatter in std::intrinsics::simd - Rust

    Writes to a vector of pointers.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_scatter.html
    Thu May 28 17:42:12 GMT 2026
      4.7K bytes
  2. simd_shl in std::intrinsics::simd - Rust

    Shifts vector left elementwise, with UB on overflow.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_shl.html
    Thu May 28 17:42:12 GMT 2026
      4.1K bytes
  3. simd_mul in std::intrinsics::simd - Rust

    Multiplies two simd vectors elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_mul.html
    Thu May 28 17:42:12 GMT 2026
      3.7K bytes
  4. sqrtf128 in std::intrinsics - Rust

    Returns the square root of an `f128`
    doc.rust-lang.org/std/intrinsics/fn.sqrtf128.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  5. type_name in std::intrinsics - Rust

    Gets a static string slice containing the name of a type.
    doc.rust-lang.org/std/intrinsics/fn.type_name.html
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
  6. unaligned_volatile_load in std::intrinsics - Rust

    Performs a volatile load from the `src` pointer The pointer is not required to be aligned.
    doc.rust-lang.org/std/intrinsics/fn.unaligned_volatile_load.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  7. unaligned_volatile_store in std::intrinsics - Rust

    Performs a volatile store to the `dst` pointer. The pointer is not required to be aligned.
    doc.rust-lang.org/std/intrinsics/fn.unaligned_volatile_store.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  8. unchecked_sub in std::intrinsics - Rust

    Returns the result of an unchecked subtraction, resulting in undefined behavior when `x - y > T::MAX` or `x - y < T::MIN`.
    doc.rust-lang.org/std/intrinsics/fn.unchecked_sub.html
    Thu May 28 17:42:11 GMT 2026
      4.2K bytes
  9. transmute in std::intrinsics - Rust

    Reinterprets the bits of a value of one type as another type.
    doc.rust-lang.org/std/intrinsics/fn.transmute.html
    Thu May 28 17:42:11 GMT 2026
      30.6K bytes
      Similar Results (1)
  10. conjure_zst in std::mem - Rust

    Create a fresh instance of the inhabited ZST type `T`.
    doc.rust-lang.org/std/mem/fn.conjure_zst.html
    Thu May 28 17:42:13 GMT 2026
      6.6K bytes
Back to Top