- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 671 - 680 of 2,271 for host:doc.rust-lang.org (0.06 sec)
-
is_riscv_feature_detected in std::arch - Rust
A macro to test at runtime whether instruction sets are available on RISC-V platforms.doc.rust-lang.org/std/arch/macro.is_riscv_feature_detected.htmlRegistered: Fri Dec 26 02:10:34 UTC 2025 - Last Modified: Thu Dec 11 14:50:35 UTC 2025 - 25K bytes - Viewed (0) -
is_aarch64_feature_detected in std::arch - Rust
This macro tests, at runtime, whether an `aarch64` feature is enabled on aarch64 platforms. Currently most features are only supported on linux-based platforms.doc.rust-lang.org/std/arch/macro.is_aarch64_feature_detected.htmlRegistered: Fri Dec 26 02:10:44 UTC 2025 - Last Modified: Thu Dec 11 14:50:35 UTC 2025 - 11.1K bytes - Viewed (0) -
try_from_fn in std::array - Rust
Creates an array `[T; N]` where each fallible array element `T` is returned by the `cb` call. Unlike `from_fn`, where the element creation can’t fail, this version will return an error if any element creation was unsuccessful.doc.rust-lang.org/std/array/fn.try_from_fn.htmlRegistered: Fri Dec 26 02:15:34 UTC 2025 - Last Modified: Thu Dec 11 14:50:35 UTC 2025 - 8.7K bytes - Viewed (0) -
align_of in std::intrinsics - Rust
The minimum alignment of a type.doc.rust-lang.org/std/intrinsics/fn.align_of.htmlRegistered: Fri Dec 26 02:19:57 UTC 2025 - Last Modified: Thu Dec 11 14:50:37 UTC 2025 - 3.8K bytes - Viewed (0) -
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 Similar Results (1)Registered: Fri Dec 26 02:20:03 UTC 2025 - Last Modified: Thu Dec 11 14:50:37 UTC 2025 - 6.9K bytes - Viewed (0) -
carrying_mul_add in std::intrinsics - Rust
Performs full-width multiplication and addition with a carry: `multiplier * multiplicand + addend + carry`.doc.rust-lang.org/std/intrinsics/fn.carrying_mul_add.htmlRegistered: Fri Dec 26 02:19:39 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 4.4K bytes - Viewed (0) -
catch_unwind in std::intrinsics - Rust
Rust’s “try catch” construct for unwinding. Invokes the function pointer `try_fn` with the data pointer `data`, and calls `catch_fn` if unwinding occurs while `try_fn` runs. Returns `1` if unwinding occurred and `catch_fn` was called; returns `0` otherwise.doc.rust-lang.org/std/intrinsics/fn.catch_unwind.htmlRegistered: Fri Dec 26 02:19:47 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 5.3K bytes - Viewed (0) -
const_eval_select in std::intrinsics - Rust
Selects which function to call depending on the context.doc.rust-lang.org/std/intrinsics/fn.const_eval_select.htmlRegistered: Fri Dec 26 02:19:50 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 7.4K bytes - Viewed (0) -
abort in std::intrinsics - Rust
Aborts the execution of the process.doc.rust-lang.org/std/intrinsics/fn.abort.htmlRegistered: Fri Dec 26 02:20:29 UTC 2025 - Last Modified: Thu Dec 11 14:50:37 UTC 2025 - 4.1K bytes - Viewed (0) -
ceilf32 in std::intrinsics - Rust
Returns the smallest integer greater than or equal to an `f32`.doc.rust-lang.org/std/intrinsics/fn.ceilf32.htmlRegistered: Fri Dec 26 02:21:11 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.7K bytes - Viewed (0)