Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 11 - 20 of 2,278 for host:doc.rust-lang.org (0.01 seconds)

  1. stdin in std::io - Rust

    Constructs a new handle to the standard input of the current process.
    doc.rust-lang.org/std/io/fn.stdin.html
    Thu Jan 22 13:44:23 GMT 2026
      7.2K bytes
  2. needs_drop in std::mem - Rust

    Returns `true` if dropping values of type `T` matters.
    doc.rust-lang.org/std/mem/fn.needs_drop.html
    Thu Jan 22 13:44:24 GMT 2026
      7.2K bytes
  3. repeat_with in std::iter - Rust

    Creates a new iterator that repeats elements of type `A` endlessly by applying the provided closure, the repeater, `F: FnMut() -> A`.
    doc.rust-lang.org/std/iter/fn.repeat_with.html
    Thu Jan 22 13:44:23 GMT 2026
      9.6K bytes
  4. va_copy in std::intrinsics - Rust

    Copies the current location of arglist `src` to the arglist `dst`.
    doc.rust-lang.org/std/intrinsics/fn.va_copy.html
    Thu Jan 22 13:44:22 GMT 2026
      4.2K bytes
  5. replace in std::mem - Rust

    Moves `src` into the referenced `dest`, returning the previous `dest` value.
    doc.rust-lang.org/std/mem/fn.replace.html
    Thu Jan 22 13:44:24 GMT 2026
      8.6K bytes
  6. wrapping_mul in std::intrinsics - Rust

    Returns (a * b) mod 2N, where N is the width of T in bits.
    doc.rust-lang.org/std/intrinsics/fn.wrapping_mul.html
    Thu Jan 22 13:44:23 GMT 2026
      4K bytes
  7. symlink in std::os::unix::fs - Rust

    Creates a new symbolic link on the filesystem.
    doc.rust-lang.org/std/os/unix/fs/fn.symlink.html
    Thu Jan 22 13:44:25 GMT 2026
      5.2K bytes
  8. write_bytes in std::intrinsics - Rust

    This is an accidentally-stable alias to `ptr::write_bytes`; use that instead.
    doc.rust-lang.org/std/intrinsics/fn.write_bytes.html
    Thu Jan 22 13:44:23 GMT 2026
      3.8K bytes
  9. always_abort in std::panic - Rust

    Makes all future panics abort directly without running the panic hook or unwinding.
    doc.rust-lang.org/std/panic/fn.always_abort.html
    Thu Jan 22 13:44:26 GMT 2026
      5.5K bytes
  10. sleep in std::thread - Rust

    Puts the current thread to sleep for at least the specified amount of time.
    doc.rust-lang.org/std/thread/fn.sleep.html
    Thu Jan 22 13:44:28 GMT 2026
      5.8K bytes
Back to Top