Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1911 - 1920 of 2,266 for host:doc.rust-lang.org (0.13 sec)

  1. PtrMetadata in std::intrinsics::mir - Rust

    API documentation for the Rust `PtrMetadata` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.PtrMetadata.html
    Registered: Wed Nov 05 03:17:25 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  2. prefetch_write_data in std::intrinsics - Rust

    The `prefetch` intrinsic is a hint to the code generator to insert a prefetch instruction for the given address if supported; otherwise, it is a no-op. Prefetches have no effect on the behavior of the program but can change its performance characteristics.
    doc.rust-lang.org/std/intrinsics/fn.prefetch_write_data.html
    Registered: Wed Nov 05 03:17:01 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  3. ptr_offset_from_unsigned in std::intrinsics - Rust

    See documentation of `<*const T>::offset_from_unsigned` for details.
    doc.rust-lang.org/std/intrinsics/fn.ptr_offset_from_unsigned.html
    Registered: Wed Nov 05 03:14:51 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  4. copysignf64 in std::intrinsics - Rust

    Copies the sign from `y` to `x` for `f64` values.
    doc.rust-lang.org/std/intrinsics/fn.copysignf64.html
    Registered: Wed Nov 05 03:05:26 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  5. atomic_xadd in std::intrinsics - Rust

    Adds to the current value, returning the previous value. `T` must be an integer or pointer type. `U` must be the same as `T` if that is an integer type, or `usize` if `T` is a pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xadd.html
    Registered: Wed Nov 05 03:03:34 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  6. atomic_xchg in std::intrinsics - Rust

    Stores the value at the specified memory location, returning the old value. `T` must be an integer or pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xchg.html
    Registered: Wed Nov 05 03:03:54 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  7. 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 Nov 05 03:04:24 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  8. 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 Nov 05 03:04:53 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 4K bytes
    - Viewed (0)
  9. atomic_umin in std::intrinsics - Rust

    Minimum with the current value using an unsigned comparison. `T` must be an unsigned integer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_umin.html
    Registered: Wed Nov 05 03:05:02 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  10. compare_bytes in std::intrinsics - Rust

    Lexicographically compare `[left, left + bytes)` and `[right, right + bytes)` as unsigned bytes, returning negative if `left` is less, zero if all the bytes match, or positive if `left` is greater.
    doc.rust-lang.org/std/intrinsics/fn.compare_bytes.html
    Registered: Wed Nov 05 03:05:59 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 4.8K bytes
    - Viewed (0)
Back to top