- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1081 - 1090 of 2,342 for host:doc.rust-lang.org (0.04 sec)
-
min_by in std::cmp - Rust
Returns the minimum of two values with respect to the specified comparison function.doc.rust-lang.org/std/cmp/fn.min_by.htmlRegistered: Wed Apr 16 02:01:15 UTC 2025 - Last Modified: Thu Apr 03 09:31:32 UTC 2025 - 5.6K bytes - Viewed (0) -
atomic_min_relaxed in std::intrinsics - Rust
Minimum with the current value using a signed comparison.doc.rust-lang.org/std/intrinsics/fn.atomic_min_relaxed.htmlRegistered: Wed Apr 16 02:06:38 UTC 2025 - Last Modified: Thu Apr 03 09:31:35 UTC 2025 - 4.3K bytes - Viewed (0) -
atomic_store_unordered in std::intrinsics - Rust
Do NOT use this intrinsic; “unordered” operations do not exist in our memory model! In terms of the Rust Abstract Machine, this operation is equivalent to `dst.write(val)`, i.e., it performs a non-atomic write.doc.rust-lang.org/std/intrinsics/fn.atomic_store_unordered.htmlRegistered: Wed Apr 16 02:06:41 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4.1K bytes - Viewed (0) -
atomic_or_acquire in std::intrinsics - Rust
Bitwise or with the current value, returning the previous value.doc.rust-lang.org/std/intrinsics/fn.atomic_or_acquire.htmlRegistered: Wed Apr 16 02:06:45 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4.3K bytes - Viewed (0) -
atomic_store_release in std::intrinsics - Rust
Stores the value at the specified memory location.doc.rust-lang.org/std/intrinsics/fn.atomic_store_release.htmlRegistered: Wed Apr 16 02:06:51 UTC 2025 - Last Modified: Thu Apr 03 09:31:36 UTC 2025 - 4.3K bytes - Viewed (0) -
poll_fn in std::future - Rust
Creates a future that wraps a function returning `Poll`.doc.rust-lang.org/std/future/fn.poll_fn.htmlRegistered: Wed Apr 16 02:02:18 UTC 2025 - Last Modified: Thu Apr 03 09:31:35 UTC 2025 - 13.5K bytes - Viewed (0) -
ready in std::future - Rust
Creates a future that is immediately ready with a value.doc.rust-lang.org/std/future/fn.ready.htmlRegistered: Wed Apr 16 02:02:21 UTC 2025 - Last Modified: Thu Apr 03 09:31:35 UTC 2025 - 5.2K bytes - Viewed (0) -
cold_path in std::hint - Rust
Hints to the compiler that given path is cold, i.e., unlikely to be taken. The compiler may choose to optimize paths that are not cold at the expense of paths that are cold.doc.rust-lang.org/std/hint/fn.cold_path.htmlRegistered: Wed Apr 16 02:02:25 UTC 2025 - Last Modified: Thu Apr 03 09:31:35 UTC 2025 - 5.9K bytes - Viewed (0) -
minmax in std::cmp - Rust
Compares and sorts two values, returning minimum and maximum.doc.rust-lang.org/std/cmp/fn.minmax.htmlRegistered: Wed Apr 16 02:02:28 UTC 2025 - Last Modified: Thu Apr 03 09:31:32 UTC 2025 - 7.8K bytes - Viewed (0) -
atomic_xsub_acqrel in std::intrinsics - Rust
Subtract from the current value, returning the previous value.doc.rust-lang.org/std/intrinsics/fn.atomic_xsub_acqrel.htmlRegistered: Wed Apr 16 02:11:16 UTC 2025 - Last Modified: Thu Apr 03 09:31:39 UTC 2025 - 4.3K bytes - Viewed (0)