Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2081 - 2090 of 2,342 for host:doc.rust-lang.org (0.08 sec)

  1. bswap in std::intrinsics - Rust

    Reverses the bytes in an integer type `T`.
    doc.rust-lang.org/std/intrinsics/fn.bswap.html
    Registered: Wed Apr 16 02:08:43 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. atomic_xor_acquire in std::intrinsics - Rust

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

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

    Reverses the bits in an integer type `T`.
    doc.rust-lang.org/std/intrinsics/fn.bitreverse.html
    Registered: Wed Apr 16 02:10:25 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  5. const_deallocate in std::intrinsics - Rust

    Deallocates a memory which allocated by `intrinsics::const_allocate` at compile time. At runtime, does nothing.
    doc.rust-lang.org/std/intrinsics/fn.const_deallocate.html
    Registered: Wed Apr 16 02:10:32 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  6. atomic_xadd_acquire in std::intrinsics - Rust

    Adds to the current value, returning the previous value.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xadd_acquire.html
    Registered: Wed Apr 16 02:10:39 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  7. cold_path in std::intrinsics - Rust

    Hints to the compiler that current code path is cold.
    doc.rust-lang.org/std/intrinsics/fn.cold_path.html
    Registered: Wed Apr 16 02:09:32 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. atomic_and_relaxed in std::intrinsics - Rust

    Bitwise and with the current value, returning the previous value.
    doc.rust-lang.org/std/intrinsics/fn.atomic_and_relaxed.html
    Registered: Wed Apr 16 02:04:40 UTC 2025
    - Last Modified: Thu Apr 03 09:31:35 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  9. atomic_cxchgweak_acqrel_seqcst in std::intrinsi...

    Stores a value if the current value is the same as the `old` value.
    doc.rust-lang.org/std/intrinsics/fn.atomic_cxchgweak_acqrel_seqcst.html
    Registered: Wed Apr 16 02:04:56 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  10. contract_check_requires in std::intrinsics - Rust

    Check if the pre-condition `cond` has been met.
    doc.rust-lang.org/std/intrinsics/fn.contract_check_requires.html
    Registered: Wed Apr 16 02:09:48 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 3.9K bytes
    - Viewed (0)
Back to top