Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1201 - 1210 of 2,333 for host:doc.rust-lang.org (0.11 sec)

  1. ready in std::future - Rust

    Creates a future that is immediately ready with a value.
    doc.rust-lang.org/std/future/fn.ready.html
    Registered: Wed Jun 04 02:21:40 UTC 2025
    - Last Modified: Thu May 15 17:17:41 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  2. atomic_cxchgweak_release_relaxed in std::intrin...

    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_relaxed.html
    Registered: Wed Jun 04 02:23:48 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  3. unreachable_unchecked in std::hint - Rust

    Informs the compiler that the site which is calling this function is not reachable, possibly enabling further optimizations.
    doc.rust-lang.org/std/hint/fn.unreachable_unchecked.html
    Registered: Wed Jun 04 02:24:01 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  4. simd_add in std::intrinsics::simd - Rust

    Adds two simd vectors elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_add.html
    Registered: Wed Jun 04 02:41:54 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  5. simd_flog in std::intrinsics::simd - Rust

    `T` must be a vector of floats.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_flog.html
    Registered: Wed Jun 04 02:42:22 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  6. offset in std::intrinsics - Rust

    Calculates the offset from a pointer.
    doc.rust-lang.org/std/intrinsics/fn.offset.html
    Registered: Wed Jun 04 02:42:31 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  7. 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
    Registered: Wed Jun 04 02:43:20 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  8. simd_bitmask in std::intrinsics::simd - Rust

    Truncates an integer vector to a bitmask.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_bitmask.html
    Registered: Wed Jun 04 02:42:00 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  9. f64x32 in std::simd::prelude - Rust

    A SIMD vector with 32 elements of type `f64`.
    doc.rust-lang.org/std/simd/prelude/type.f64x32.html
    Registered: Wed Jun 04 02:58:54 UTC 2025
    - Last Modified: Thu May 15 17:17:50 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  10. i16x4 in std::simd::prelude - Rust

    A SIMD vector with four elements of type `i16`.
    doc.rust-lang.org/std/simd/prelude/type.i16x4.html
    Registered: Wed Jun 04 02:59:01 UTC 2025
    - Last Modified: Thu May 15 17:17:48 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top