Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1061 - 1070 of 2,333 for host:doc.rust-lang.org (0.1 sec)

  1. 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
    Registered: Wed Jun 04 02:46:24 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  2. unchecked_add in std::intrinsics - Rust

    Returns the result of an unchecked addition, resulting in undefined behavior when `x + y > T::MAX` or `x + y < T::MIN`.
    doc.rust-lang.org/std/intrinsics/fn.unchecked_add.html
    Registered: Wed Jun 04 02:46:27 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  3. identity in std::convert - Rust

    The identity function.
    doc.rust-lang.org/std/convert/fn.identity.html
    Registered: Wed Jun 04 02:18:18 UTC 2025
    - Last Modified: Thu May 15 17:17:41 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  4. dealloc in std::alloc - Rust

    Deallocates memory with the global allocator.
    doc.rust-lang.org/std/alloc/fn.dealloc.html
    Registered: Wed Jun 04 02:18:37 UTC 2025
    - Last Modified: Thu May 15 17:17:39 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  5. SimdUint in std::simd::prelude - Rust

    Operations on SIMD vectors of unsigned integers.
    doc.rust-lang.org/std/simd/prelude/trait.SimdUint.html
    Registered: Wed Jun 04 02:15:32 UTC 2025
    - Last Modified: Thu May 15 17:17:48 UTC 2025
    - 41.5K bytes
    - Viewed (0)
  6. cold_path in std::hint - Rust

    Hints to the compiler that given path is cold, i.e., unlikely to be taken. The compiler may choose to optimize paths that are not cold at the expense of paths that are cold.
    doc.rust-lang.org/std/hint/fn.cold_path.html
    Registered: Wed Jun 04 02:20:25 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  7. atomic_min_acqrel in std::intrinsics - Rust

    Minimum with the current value using a signed comparison. `T` must be a signed integer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_min_acqrel.html
    Registered: Wed Jun 04 02:22:13 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  8. atomic_cxchg_acqrel_seqcst 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_acqrel_seqcst.html Similar Results (1)
    Registered: Wed Jun 04 02:22:21 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  9. must_use in std::hint - Rust

    An identity function that causes an `unused_must_use` warning to be triggered if the given value is not used (returned, stored in a variable, etc) by the caller.
    doc.rust-lang.org/std/hint/fn.must_use.html
    Registered: Wed Jun 04 02:22:29 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 11.2K bytes
    - Viewed (0)
  10. atomic_cxchg_acquire_acquire 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_acquire_acquire.html
    Registered: Wed Jun 04 02:20:47 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 4.6K bytes
    - Viewed (0)
Back to top