- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1851 - 1860 of 2,385 for host:doc.rust-lang.org (0.06 seconds)
-
truncf64 in std::intrinsics - Rust
Returns the integer part of an `f64`.doc.rust-lang.org/std/intrinsics/fn.truncf64.htmlThu May 28 17:42:11 GMT 2026 3.7K bytes -
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.htmlThu May 28 17:42:11 GMT 2026 4.2K bytes -
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.htmlThu May 28 17:42:13 GMT 2026 6.6K bytes -
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.htmlThu May 28 17:42:11 GMT 2026 4.4K bytes -
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.htmlThu May 28 17:42:11 GMT 2026 4.8K bytes -
symlink_path in std::os::wasi::fs - Rust
Creates a symbolic link.doc.rust-lang.org/std/os/wasi/fs/fn.symlink_path.htmlThu May 28 17:42:14 GMT 2026 4.5K bytes -
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.htmlThu May 28 17:42:14 GMT 2026 5.5K bytes -
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.htmlThu May 28 17:42:15 GMT 2026 5.5K bytes -
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.htmlThu May 28 17:42:15 GMT 2026 10.2K bytes -
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.htmlThu May 28 17:42:15 GMT 2026 3.8K bytes