Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. symlink_metadata in std::fs - Rust

    Queries the metadata about a file without following symlinks.
    doc.rust-lang.org/std/fs/fn.symlink_metadata.html
    Thu May 28 17:42:10 GMT 2026
      5.7K bytes
  2. request_value in std::error - Rust

    Requests a value of type `T` from the given `impl Error`.
    doc.rust-lang.org/std/error/fn.request_value.html
    Thu May 28 17:42:09 GMT 2026
      5.1K bytes
  3. exists in std::fs - Rust

    Returns `Ok(true)` if the path points at an existing entity.
    doc.rust-lang.org/std/fs/fn.exists.html
    Thu May 28 17:42:10 GMT 2026
      5.7K bytes
  4. write in std::fs - Rust

    Writes a slice as the entire contents of a file.
    doc.rust-lang.org/std/fs/fn.write.html
    Thu May 28 17:42:10 GMT 2026
      5.4K bytes
  5. likely in std::hint - Rust

    Hints to the compiler that a branch condition is likely to be true. Returns the value passed to it.
    doc.rust-lang.org/std/hint/fn.likely.html
    Thu May 28 17:42:10 GMT 2026
      7K bytes
      Similar Results (1)
  6. prefetch_read_instruction in std::hint - Rust

    Prefetch the cache line containing `ptr` into the instruction cache for a future read.
    doc.rust-lang.org/std/hint/fn.prefetch_read_instruction.html
    Thu May 28 17:42:10 GMT 2026
      4.2K bytes
  7. abort in std::intrinsics - Rust

    Aborts the execution of the process.
    doc.rust-lang.org/std/intrinsics/fn.abort.html
    Thu May 28 17:42:11 GMT 2026
      4.2K bytes
  8. arith_offset in std::intrinsics - Rust

    Calculates the offset from a pointer, potentially wrapping.
    doc.rust-lang.org/std/intrinsics/fn.arith_offset.html
    Thu May 28 17:42:11 GMT 2026
      4.6K bytes
  9. align_of in std::intrinsics - Rust

    The minimum alignment of a type.
    doc.rust-lang.org/std/intrinsics/fn.align_of.html
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
  10. assert_unchecked in std::hint - Rust

    Makes a soundness promise to the compiler that `cond` holds.
    doc.rust-lang.org/std/hint/fn.assert_unchecked.html
    Thu May 28 17:42:10 GMT 2026
      8.2K bytes
Back to Top