Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1071 - 1080 of 2,342 for host:doc.rust-lang.org (0.13 sec)

  1. atomic_xor_seqcst in std::intrinsics - Rust

    Bitwise xor with the current value, returning the previous value.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xor_seqcst.html
    Registered: Wed Apr 16 02:10:52 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  2. atomic_umin_release in std::intrinsics - Rust

    Minimum with the current value using an unsigned comparison.
    doc.rust-lang.org/std/intrinsics/fn.atomic_umin_release.html
    Registered: Wed Apr 16 02:11:02 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  3. assume in std::intrinsics - Rust

    Informs the optimizer that a condition is always true. If the condition is false, the behavior is undefined.
    doc.rust-lang.org/std/intrinsics/fn.assume.html
    Registered: Wed Apr 16 02:05:03 UTC 2025
    - Last Modified: Thu Apr 03 09:31:35 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. atomic_cxchg_acqrel_seqcst in std::intrinsics -...

    Stores a value if the current value is the same as the `old` value.
    doc.rust-lang.org/std/intrinsics/fn.atomic_cxchg_acqrel_seqcst.html Similar Results (1)
    Registered: Wed Apr 16 02:03:51 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  5. 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 Apr 16 02:04:01 UTC 2025
    - Last Modified: Thu Apr 03 09:31:35 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  6. atomic_cxchg_acquire_acquire in std::intrinsics...

    Stores a value if the current value is the same as the `old` value.
    doc.rust-lang.org/std/intrinsics/fn.atomic_cxchg_acquire_acquire.html
    Registered: Wed Apr 16 02:05:21 UTC 2025
    - Last Modified: Thu Apr 03 09:31:35 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  7. ceilf128 in std::intrinsics - Rust

    Returns the smallest integer greater than or equal to an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.ceilf128.html
    Registered: Wed Apr 16 02:09:45 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. contract_checks in std::intrinsics - Rust

    Returns whether we should perform contract-checking at runtime.
    doc.rust-lang.org/std/intrinsics/fn.contract_checks.html
    Registered: Wed Apr 16 02:09:22 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  9. atomic_umin_acquire in std::intrinsics - Rust

    Minimum with the current value using an unsigned comparison.
    doc.rust-lang.org/std/intrinsics/fn.atomic_umin_acquire.html
    Registered: Wed Apr 16 02:09:25 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  10. async_drop_in_place in std::future - Rust

    Creates the asynchronous destructor of the pointed-to value.
    doc.rust-lang.org/std/future/fn.async_drop_in_place.html
    Registered: Wed Apr 16 02:01:02 UTC 2025
    - Last Modified: Thu Apr 03 09:31:35 UTC 2025
    - 6.4K bytes
    - Viewed (0)
Back to top