Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1851 - 1860 of 2,385 for host:doc.rust-lang.org (0.06 seconds)

  1. truncf64 in std::intrinsics - Rust

    Returns the integer part of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.truncf64.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  2. unchecked_add in std::intrinsics - Rust

    Returns the result of an unchecked addition, resulting in undefined behavior when `x + y > T::MAX` or `x + y < T::MIN`.
    doc.rust-lang.org/std/intrinsics/fn.unchecked_add.html
    Thu May 28 17:42:11 GMT 2026
      4.2K bytes
  3. align_of_val_raw in std::mem - Rust

    Returns the ABI-required minimum alignment of the type of the value that `val` points to in bytes.
    doc.rust-lang.org/std/mem/fn.align_of_val_raw.html
    Thu May 28 17:42:13 GMT 2026
      6.6K bytes
  4. va_end in std::intrinsics - Rust

    Destroy the variable argument list `ap` after initialization with `va_start` (part of the desugaring of `...`) or `va_copy`.
    doc.rust-lang.org/std/intrinsics/fn.va_end.html
    Thu May 28 17:42:11 GMT 2026
      4.4K bytes
  5. volatile_copy_nonoverlapping_memory in std::int...

    Equivalent to the appropriate `llvm.memcpy.p0i8.0i8.*` intrinsic, with a size of `count` * `size_of::<T>()` and an alignment of `align_of::<T>()`.
    doc.rust-lang.org/std/intrinsics/fn.volatile_copy_nonoverlapping_memory.html
    Thu May 28 17:42:11 GMT 2026
      4.8K bytes
  6. symlink_path in std::os::wasi::fs - Rust

    Creates a symbolic link.
    doc.rust-lang.org/std/os/wasi/fs/fn.symlink_path.html
    Thu May 28 17:42:14 GMT 2026
      4.5K bytes
  7. chroot in std::os::unix::fs - Rust

    Change the root directory of the current process to the specified path.
    doc.rust-lang.org/std/os/unix/fs/fn.chroot.html
    Thu May 28 17:42:14 GMT 2026
      5.5K bytes
  8. take_hook in std::panic - Rust

    Unregisters the current panic hook and returns it, registering the default hook in its place.
    doc.rust-lang.org/std/panic/fn.take_hook.html
    Thu May 28 17:42:15 GMT 2026
      5.5K bytes
  9. copy_nonoverlapping in std::ptr - Rust

    Copies `count * size_of::<T>()` bytes from `src` to `dst`. The source and destination must not overlap.
    doc.rust-lang.org/std/ptr/fn.copy_nonoverlapping.html
    Thu May 28 17:42:15 GMT 2026
      10.2K bytes
  10. dangling in std::ptr - Rust

    Creates a new pointer that is dangling, but non-null and well-aligned.
    doc.rust-lang.org/std/ptr/fn.dangling.html
    Thu May 28 17:42:15 GMT 2026
      3.8K bytes
Back to Top