- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 671 - 680 of 2,321 for host:doc.rust-lang.org (0.04 sec)
-
swap in std::ptr - Rust
Swaps the values at two mutable locations of the same type, without deinitializing either.doc.rust-lang.org/std/ptr/fn.swap.htmlRegistered: Mon Aug 04 03:36:35 UTC 2025 - Last Modified: Thu Jun 26 17:59:48 UTC 2025 - 9.5K bytes - Viewed (0) -
from_boxed_utf8_unchecked in std::str - Rust
Converts a boxed slice of bytes to a boxed string slice without checking that the string contains valid UTF-8.doc.rust-lang.org/std/str/fn.from_boxed_utf8_unchecked.htmlRegistered: Mon Aug 04 03:36:45 UTC 2025 - Last Modified: Thu Jun 26 17:59:52 UTC 2025 - 5.2K bytes - Viewed (0) -
from_ptr_range in std::slice - Rust
Forms a slice from a pointer range.doc.rust-lang.org/std/slice/fn.from_ptr_range.htmlRegistered: Mon Aug 04 03:37:02 UTC 2025 - Last Modified: Thu Jun 26 17:59:51 UTC 2025 - 7.4K bytes - Viewed (0) -
swap_nonoverlapping in std::ptr - Rust
Swaps `count * size_of::<T>()` bytes between the two regions of memory beginning at `x` and `y`. The two regions must not overlap.doc.rust-lang.org/std/ptr/fn.swap_nonoverlapping.htmlRegistered: Mon Aug 04 03:37:59 UTC 2025 - Last Modified: Thu Jun 26 17:59:48 UTC 2025 - 10.4K bytes - Viewed (0) -
sub_with_overflow in std::intrinsics - Rust
Performs checked integer subtractiondoc.rust-lang.org/std/intrinsics/fn.sub_with_overflow.htmlRegistered: Mon Aug 04 03:29:29 UTC 2025 - Last Modified: Thu Jun 26 17:59:42 UTC 2025 - 4.2K bytes - Viewed (0) -
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.htmlRegistered: Mon Aug 04 03:31:46 UTC 2025 - Last Modified: Thu Jun 26 17:59:51 UTC 2025 - 5.3K bytes - Viewed (0) -
needs_drop in std::mem - Rust
Returns `true` if dropping values of type `T` matters.doc.rust-lang.org/std/mem/fn.needs_drop.htmlRegistered: Mon Aug 04 03:31:59 UTC 2025 - Last Modified: Thu Jun 26 17:59:44 UTC 2025 - 7.4K bytes - Viewed (0) -
zeroed in std::mem - Rust
Returns the value of type `T` represented by the all-zero byte-pattern.doc.rust-lang.org/std/mem/fn.zeroed.htmlRegistered: Mon Aug 04 03:33:20 UTC 2025 - Last Modified: Thu Jun 26 17:59:46 UTC 2025 - 6.2K bytes - Viewed (0) -
available_parallelism in std::thread - Rust
Returns an estimate of the default amount of parallelism a program should use.doc.rust-lang.org/std/thread/fn.available_parallelism.htmlRegistered: Mon Aug 04 03:41:34 UTC 2025 - Last Modified: Thu Jun 26 17:59:53 UTC 2025 - 8.4K bytes - Viewed (0) -
c_schar in std::ffi - Rust
Equivalent to Cās `signed char` type.doc.rust-lang.org/std/ffi/type.c_schar.htmlRegistered: Mon Aug 04 03:41:47 UTC 2025 - Last Modified: Thu Jun 26 17:59:42 UTC 2025 - 3.7K bytes - Viewed (0)