Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1811 - 1820 of 2,385 for host:doc.rust-lang.org (0.04 seconds)

  1. repeat in std::io - Rust

    Creates an instance of a reader that infinitely repeats one byte.
    doc.rust-lang.org/std/io/fn.repeat.html
    Thu May 28 17:42:12 GMT 2026
      5.3K bytes
  2. std::collections::hash_map - Rust

    A hash map implemented with quadratic probing and SIMD lookup.
    doc.rust-lang.org/std/collections/hash_map/index.html
    Thu May 28 17:42:09 GMT 2026
      7.8K bytes
  3. RawHandle in std::os::windows::io - Rust

    Raw HANDLEs.
    doc.rust-lang.org/std/os/windows/io/type.RawHandle.html
    Thu May 28 17:42:14 GMT 2026
      3.7K bytes
  4. from_coroutine in std::iter - Rust

    Creates a new iterator where each iteration calls the provided coroutine.
    doc.rust-lang.org/std/iter/fn.from_coroutine.html
    Thu May 28 17:42:12 GMT 2026
      6.9K bytes
  5. powif16 in std::intrinsics - Rust

    Raises an `f16` to an integer power.
    doc.rust-lang.org/std/intrinsics/fn.powif16.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  6. offset in std::intrinsics - Rust

    Calculates the offset from a pointer.
    doc.rust-lang.org/std/intrinsics/fn.offset.html
    Thu May 28 17:42:11 GMT 2026
      4.7K bytes
  7. UnwindUnreachable in std::intrinsics::mir - Rust

    An unwind action that triggers undefined behavior.
    doc.rust-lang.org/std/intrinsics/mir/fn.UnwindUnreachable.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  8. powif64 in std::intrinsics - Rust

    Raises an `f64` to an integer power.
    doc.rust-lang.org/std/intrinsics/fn.powif64.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  9. prefetch_read_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_read_data.html
    Thu May 28 17:42:11 GMT 2026
      4.3K bytes
  10. prefetch_read_instruction in std::intrinsics - ...

    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_read_instruction.html
    Thu May 28 17:42:11 GMT 2026
      4.3K bytes
Back to Top