Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. RawOsError in std::io - Rust

    The type of raw OS error codes returned by `Error::raw_os_error`.
    doc.rust-lang.org/std/io/type.RawOsError.html
    Thu May 28 17:42:12 GMT 2026
      4.2K bytes
  2. std::collections::btree_set - Rust

    An ordered set based on a B-Tree.
    doc.rust-lang.org/std/collections/btree_set/index.html
    Thu May 28 17:42:09 GMT 2026
      8.2K bytes
  3. std::collections::vec_deque - Rust

    A double-ended queue (deque) implemented with a growable ring buffer.
    doc.rust-lang.org/std/collections/vec_deque/index.html
    Thu May 28 17:42:09 GMT 2026
      5.4K bytes
  4. channel in std::sync::mpsc - Rust

    Creates a new asynchronous channel, returning the sender/receiver halves.
    doc.rust-lang.org/std/sync/mpsc/fn.channel.html
    Thu May 28 17:42:17 GMT 2026
      7.5K bytes
  5. sync_channel in std::sync::mpsc - Rust

    Creates a new synchronous, bounded channel.
    doc.rust-lang.org/std/sync/mpsc/fn.sync_channel.html
    Thu May 28 17:42:17 GMT 2026
      8.1K bytes
  6. hostname in std::net - Rust

    Returns the system hostname.
    doc.rust-lang.org/std/net/fn.hostname.html
    Thu May 28 17:42:13 GMT 2026
      4.7K bytes
  7. successors in std::iter - Rust

    Creates an iterator which, starting from an initial item, computes each successive item from the preceding one.
    doc.rust-lang.org/std/iter/fn.successors.html
    Thu May 28 17:42:12 GMT 2026
      6.8K bytes
  8. round_ties_even_f16 in std::intrinsics - Rust

    Returns the nearest integer to an `f16`. Rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.round_ties_even_f16.html
    Thu May 28 17:42:11 GMT 2026
      3.9K bytes
  9. round_ties_even_f64 in std::intrinsics - Rust

    Returns the nearest integer to an `f64`. Rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.round_ties_even_f64.html
    Thu May 28 17:42:11 GMT 2026
      3.9K bytes
  10. prefetch_write_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_write_instruction.html
    Thu May 28 17:42:11 GMT 2026
      4.3K bytes
Back to Top