- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1351 - 1360 of 2,266 for host:doc.rust-lang.org (0.05 sec)
-
Rc in std::rc - Rust
A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.doc.rust-lang.org/std/rc/struct.Rc.htmlRegistered: Wed Nov 05 01:06:21 UTC 2025 - Last Modified: Thu Oct 30 18:22:31 UTC 2025 - 264.5K bytes - Viewed (0) -
contract_checks in std::intrinsics - Rust
Returns whether we should perform contract-checking at runtime.doc.rust-lang.org/std/intrinsics/fn.contract_checks.htmlRegistered: Wed Nov 05 03:08:53 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 3.8K bytes - Viewed (0) -
log2f128 in std::intrinsics - Rust
Returns the base 2 logarithm of an `f128`.doc.rust-lang.org/std/intrinsics/fn.log2f128.htmlRegistered: Wed Nov 05 03:08:56 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 3.6K bytes - Viewed (0) -
atomic_max in std::intrinsics - Rust
Maximum with the current value using a signed comparison. `T` must be a signed integer type.doc.rust-lang.org/std/intrinsics/fn.atomic_max.htmlRegistered: Wed Nov 05 03:04:20 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 4.2K bytes - Viewed (0) -
is_val_statically_known in std::intrinsics - Rust
Returns whether the argument’s value is statically known at compile-time.doc.rust-lang.org/std/intrinsics/fn.is_val_statically_known.htmlRegistered: Wed Nov 05 03:04:32 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 8.9K bytes - Viewed (0) -
fabsf128 in std::intrinsics - Rust
Returns the absolute value of an `f128`.doc.rust-lang.org/std/intrinsics/fn.fabsf128.htmlRegistered: Wed Nov 05 03:04:39 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 3.6K bytes - Viewed (0) -
fadd_fast in std::intrinsics - Rust
Float addition that allows optimizations based on algebraic rules. May assume inputs are finite.doc.rust-lang.org/std/intrinsics/fn.fadd_fast.htmlRegistered: Wed Nov 05 03:04:44 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 3.7K bytes - Viewed (0) -
fmuladdf128 in std::intrinsics - Rust
Returns `a * b + c` for `f128` values, non-deterministically executing either a fused multiply-add or two operations with rounding of the intermediate result.doc.rust-lang.org/std/intrinsics/fn.fmuladdf128.htmlRegistered: Wed Nov 05 03:07:24 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 4.2K bytes - Viewed (0) -
const_allocate in std::intrinsics - Rust
Allocates a block of memory at compile time. At runtime, just returns a null pointer.doc.rust-lang.org/std/intrinsics/fn.const_allocate.htmlRegistered: Wed Nov 05 03:07:31 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 4.2K bytes - Viewed (0) -
contract_check_ensures in std::intrinsics - Rust
Check if the post-condition `cond` has been met.doc.rust-lang.org/std/intrinsics/fn.contract_check_ensures.htmlRegistered: Wed Nov 05 03:05:45 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 4.1K bytes - Viewed (0)