- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 371 - 380 of 2,271 for host:doc.rust-lang.org (0.03 sec)
-
truncf128 in std::intrinsics - Rust
Returns the integer part of an `f128`.doc.rust-lang.org/std/intrinsics/fn.truncf128.htmlRegistered: Fri Dec 26 02:39:37 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 3.6K 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: Fri Dec 26 02:39:40 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 5K bytes - Viewed (0) -
simd_shuffle in std::intrinsics::simd - Rust
Shuffles two vectors by const indices.doc.rust-lang.org/std/intrinsics/simd/fn.simd_shuffle.htmlRegistered: Fri Dec 26 02:39:50 UTC 2025 - Last Modified: Thu Dec 11 14:50:39 UTC 2025 - 4.1K bytes - Viewed (0) -
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: Fri Dec 26 02:40:02 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 4.1K 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: Fri Dec 26 02:40:39 UTC 2025 - Last Modified: Thu Dec 11 14:50:38 UTC 2025 - 4.1K 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: Fri Dec 26 02:41:02 UTC 2025 - Last Modified: Thu Dec 11 14:50:39 UTC 2025 - 8.9K bytes - Viewed (0) -
u16x64 in std::simd::prelude - Rust
A SIMD vector with 64 elements of type `u16`.doc.rust-lang.org/std/simd/prelude/type.u16x64.htmlRegistered: Fri Dec 26 03:07:14 UTC 2025 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 4.2K bytes - Viewed (0) -
u64x8 in std::simd::prelude - Rust
A SIMD vector with eight elements of type `u64`.doc.rust-lang.org/std/simd/prelude/type.u64x8.htmlRegistered: Fri Dec 26 03:07:41 UTC 2025 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 4.2K bytes - Viewed (0) -
isizex64 in std::simd::prelude - Rust
A SIMD vector with 64 elements of type `isize`.doc.rust-lang.org/std/simd/prelude/type.isizex64.htmlRegistered: Fri Dec 26 03:05:12 UTC 2025 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 4.2K bytes - Viewed (0) -
f64x8 in std::simd::prelude - Rust
A SIMD vector with eight elements of type `f64`.doc.rust-lang.org/std/simd/prelude/type.f64x8.htmlRegistered: Fri Dec 26 03:05:19 UTC 2025 - Last Modified: Thu Dec 11 14:50:43 UTC 2025 - 4.2K bytes - Viewed (0)