- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1941 - 1950 of 2,271 for host:doc.rust-lang.org (0.09 sec)
-
compare_bytes in std::intrinsics - Rust
Lexicographically compare `[left, left + bytes)` and `[right, right + bytes)` as unsigned bytes, returning negative if `left` is less, zero if all the bytes match, or positive if `left` is greater.doc.rust-lang.org/std/intrinsics/fn.compare_bytes.htmlRegistered: Mon Jan 05 03:02:38 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 4.8K bytes - Viewed (0) -
assert_mem_uninitialized_valid in std::intrinsi...
A guard for `std::mem::uninitialized`. This will statically either panic, or do nothing. It does not guarantee to ever panic, and should only be called if an assertion failure will imply language UB in the following code.doc.rust-lang.org/std/intrinsics/fn.assert_mem_uninitialized_valid.htmlRegistered: Mon Jan 05 03:02:42 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.9K bytes - Viewed (0) -
metadata in std::fs - Rust
Given a path, queries the file system to get information about a file, directory, etc.doc.rust-lang.org/std/fs/fn.metadata.htmlRegistered: Mon Jan 05 03:02:48 UTC 2026 - Last Modified: Thu Dec 11 14:50:37 UTC 2025 - 5.7K bytes - Viewed (0) -
exp2f32 in std::intrinsics - Rust
Returns 2 raised to the power of an `f32`.doc.rust-lang.org/std/intrinsics/fn.exp2f32.htmlRegistered: Mon Jan 05 03:03:46 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.6K bytes - Viewed (0) -
cold_path in std::intrinsics - Rust
Hints to the compiler that current code path is cold.doc.rust-lang.org/std/intrinsics/fn.cold_path.htmlRegistered: Mon Jan 05 03:02:28 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.6K bytes - Viewed (0) -
copysignf64 in std::intrinsics - Rust
Copies the sign from `y` to `x` for `f64` values.doc.rust-lang.org/std/intrinsics/fn.copysignf64.htmlRegistered: Mon Jan 05 02:56:25 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.7K bytes - Viewed (0) -
read_link in std::fs - Rust
Reads a symbolic link, returning the file that the link points to.doc.rust-lang.org/std/fs/fn.read_link.htmlRegistered: Mon Jan 05 02:56:33 UTC 2026 - Last Modified: Thu Dec 11 14:50:37 UTC 2025 - 5.5K bytes - Viewed (0) -
fsub_algebraic in std::intrinsics - Rust
Float subtraction that allows optimizations based on algebraic rules.doc.rust-lang.org/std/intrinsics/fn.fsub_algebraic.htmlRegistered: Mon Jan 05 03:04:45 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 4.1K bytes - Viewed (0) -
floorf64 in std::intrinsics - Rust
Returns the largest integer less than or equal to an `f64`.doc.rust-lang.org/std/intrinsics/fn.floorf64.htmlRegistered: Mon Jan 05 03:04:58 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.7K bytes - Viewed (0) -
const_deallocate in std::intrinsics - Rust
Deallocates a memory which allocated by `intrinsics::const_allocate` at compile time. At runtime, does nothing.doc.rust-lang.org/std/intrinsics/fn.const_deallocate.htmlRegistered: Mon Jan 05 02:55:19 UTC 2026 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 4.5K bytes - Viewed (0)