- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 111 - 120 of 2,191 for host:doc.rust-lang.org (0.02 sec)
-
assert_unchecked in std::hint - Rust
Makes a soundness promise to the compiler that `cond` holds.doc.rust-lang.org/std/hint/fn.assert_unchecked.htmlRegistered: Fri Nov 15 02:04:13 UTC 2024 - Last Modified: Thu Oct 17 16:29:26 UTC 2024 - 8K bytes - Viewed (0) -
abort in std::intrinsics - Rust
Aborts the execution of the process.doc.rust-lang.org/std/intrinsics/fn.abort.htmlRegistered: Fri Nov 15 02:04:27 UTC 2024 - Last Modified: Thu Oct 17 16:29:26 UTC 2024 - 4.3K bytes - Viewed (0) -
from_u32_unchecked in std::char - Rust
Converts a `u32` to a `char`, ignoring validity. Use `char::from_u32_unchecked`. instead.doc.rust-lang.org/std/char/fn.from_u32_unchecked.htmlRegistered: Fri Nov 15 02:05:16 UTC 2024 - Last Modified: Thu Oct 17 16:29:22 UTC 2024 - 3.9K bytes - Viewed (0) -
UnsizedConstParamTy in std::marker - Rust
Derive macro generating an impl of the trait `ConstParamTy`.doc.rust-lang.org/std/marker/derive.UnsizedConstParamTy.htmlRegistered: Fri Nov 15 02:03:27 UTC 2024 - Last Modified: Thu Oct 17 16:29:31 UTC 2024 - 3.7K bytes - Viewed (0) -
cfg_eval in std::prelude::v1 - Rust
Expands all `#[cfg]` and `#[cfg_attr]` attributes in the code fragment it’s applied to.doc.rust-lang.org/std/prelude/v1/attr.cfg_eval.htmlRegistered: Fri Nov 15 02:03:31 UTC 2024 - Last Modified: Thu Oct 17 16:29:37 UTC 2024 - 3.8K bytes - Viewed (0) -
derive in std::prelude::v1 - Rust
Attribute macro used to apply derive macros.doc.rust-lang.org/std/prelude/v1/attr.derive.htmlRegistered: Fri Nov 15 02:03:34 UTC 2024 - Last Modified: Thu Oct 17 16:29:37 UTC 2024 - 3.6K 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 Nov 15 02:05:01 UTC 2024 - Last Modified: Thu Oct 17 16:29:21 UTC 2024 - 8.6K bytes - Viewed (0) -
request_value in std::error - Rust
Requests a value of type `T` from the given `impl Error`.doc.rust-lang.org/std/error/fn.request_value.htmlRegistered: Fri Nov 15 02:06:19 UTC 2024 - Last Modified: Thu Oct 17 16:29:23 UTC 2024 - 5K bytes - Viewed (0) -
exists in std::fs - Rust
Returns `Ok(true)` if the path points at an existing entity.doc.rust-lang.org/std/fs/fn.exists.htmlRegistered: Fri Nov 15 02:06:40 UTC 2024 - Last Modified: Thu Oct 17 16:29:25 UTC 2024 - 5.5K bytes - Viewed (0) -
take_alloc_error_hook in std::alloc - Rust
Unregisters the current allocation error hook, returning it.doc.rust-lang.org/std/alloc/fn.take_alloc_error_hook.htmlRegistered: Fri Nov 15 02:06:44 UTC 2024 - Last Modified: Thu Oct 17 16:29:21 UTC 2024 - 4K bytes - Viewed (0)