- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 191 - 200 of 2,266 for host:doc.rust-lang.org (0.03 sec)
-
transmute_unchecked in std::intrinsics - Rust
Like `transmute`, but even less checked at compile-time: rather than giving an error for `size_of::<Src>() != size_of::<Dst>()`, it’s Undefined Behavior at runtime.doc.rust-lang.org/std/intrinsics/fn.transmute_unchecked.htmlRegistered: Wed Nov 05 03:24:40 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 4.1K bytes - Viewed (0) -
ub_checks in std::intrinsics - Rust
Returns whether we should perform some UB-checking at runtime. This eventually evaluates to `cfg!(ub_checks)`, but behaves different from `cfg!` when mixing crates built with different flags: if the crate has UB checks enabled or carries the `#[rustc_preserve_ub_checks]` attribute, evaluation is delayed until monomorphization (or until the call gets inlined into a crate that does not delay evaluation further); otherwise it can happen any time.doc.rust-lang.org/std/intrinsics/fn.ub_checks.htmlRegistered: Wed Nov 05 03:25:03 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 5K bytes - Viewed (0) -
repeat in std::iter - Rust
Creates a new iterator that endlessly repeats a single element.doc.rust-lang.org/std/iter/fn.repeat.htmlRegistered: Wed Nov 05 03:25:50 UTC 2025 - Last Modified: Thu Oct 30 18:22:28 UTC 2025 - 8.7K bytes - Viewed (0) -
unchecked_shr in std::intrinsics - Rust
Performs an unchecked right shift, resulting in undefined behavior when `y < 0` or `y >= N`, where N is the width of T in bits.doc.rust-lang.org/std/intrinsics/fn.unchecked_shr.htmlRegistered: Wed Nov 05 03:25:57 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 4.1K bytes - Viewed (0) -
copy in std::io - Rust
Copies the entire contents of a reader into a writer.doc.rust-lang.org/std/io/fn.copy.htmlRegistered: Wed Nov 05 03:27:18 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 7.1K bytes - Viewed (0) -
Tuple in std::marker - Rust
A marker for tuple types.doc.rust-lang.org/std/marker/trait.Tuple.htmlRegistered: Wed Nov 05 02:36:50 UTC 2025 - Last Modified: Thu Oct 30 18:22:28 UTC 2025 - 3.7K bytes - Viewed (0) -
UnsizedConstParamTy in std::marker - Rust
A marker for types which can be used as types of `const` generic parameters.doc.rust-lang.org/std/marker/trait.UnsizedConstParamTy.htmlRegistered: Wed Nov 05 02:37:20 UTC 2025 - Last Modified: Thu Oct 30 18:22:28 UTC 2025 - 15.4K bytes - Viewed (0) -
DiscriminantKind in std::marker - Rust
Compiler-internal trait used to indicate the type of enum discriminants.doc.rust-lang.org/std/marker/trait.DiscriminantKind.htmlRegistered: Wed Nov 05 02:37:29 UTC 2025 - Last Modified: Thu Oct 30 18:22:28 UTC 2025 - 6.8K bytes - Viewed (0) -
AsSocket in std::os::windows::io - Rust
A trait to borrow the socket from an underlying object.doc.rust-lang.org/std/os/windows/io/trait.AsSocket.htmlRegistered: Wed Nov 05 02:42:31 UTC 2025 - Last Modified: Thu Oct 30 18:22:30 UTC 2025 - 12.9K bytes - Viewed (0) -
IntoRawHandle in std::os::windows::io - Rust
A trait to express the ability to consume an object and acquire ownership of its raw `HANDLE`.doc.rust-lang.org/std/os/windows/io/trait.IntoRawHandle.htmlRegistered: Wed Nov 05 02:42:35 UTC 2025 - Last Modified: Thu Oct 30 18:22:30 UTC 2025 - 10.9K bytes - Viewed (0)