- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 661 - 670 of 2,342 for host:doc.rust-lang.org (0.06 sec)
-
EXE_EXTENSION in std::env::consts - Rust
Specifies the file extension, if any, used for executable binaries on this platform. An example value may be: `"exe"`, or an empty string (`""`).doc.rust-lang.org/std/env/consts/constant.EXE_EXTENSION.htmlRegistered: Wed Apr 16 02:58:33 UTC 2025 - Last Modified: Thu Apr 03 09:31:33 UTC 2025 - 4.1K bytes - Viewed (0) -
u8x16 in std::simd - Rust
A SIMD vector with 16 elements of type `u8`.doc.rust-lang.org/std/simd/type.u8x16.htmlRegistered: Wed Apr 16 02:56:19 UTC 2025 - Last Modified: Thu Apr 03 09:31:47 UTC 2025 - 4.2K bytes - Viewed (0) -
masksizex4 in std::simd::prelude - Rust
A SIMD mask with four elements for vectors with pointer-sized element types.doc.rust-lang.org/std/simd/prelude/type.masksizex4.htmlRegistered: Wed Apr 16 02:56:22 UTC 2025 - Last Modified: Thu Apr 03 09:31:46 UTC 2025 - 4.6K bytes - Viewed (0) -
mask8x16 in std::simd::prelude - Rust
A SIMD mask with 16 elements for vectors with 8-bit element types.doc.rust-lang.org/std/simd/prelude/type.mask8x16.htmlRegistered: Wed Apr 16 02:56:29 UTC 2025 - Last Modified: Thu Apr 03 09:31:46 UTC 2025 - 4.5K bytes - Viewed (0) -
u32x32 in std::simd - Rust
A SIMD vector with 32 elements of type `u32`.doc.rust-lang.org/std/simd/type.u32x32.htmlRegistered: Wed Apr 16 02:56:38 UTC 2025 - Last Modified: Thu Apr 03 09:31:47 UTC 2025 - 4.2K bytes - Viewed (0) -
u64x2 in std::simd::prelude - Rust
A SIMD vector with two elements of type `u64`.doc.rust-lang.org/std/simd/prelude/type.u64x2.htmlRegistered: Wed Apr 16 02:55:21 UTC 2025 - Last Modified: Thu Apr 03 09:31:46 UTC 2025 - 4.4K bytes - Viewed (0) -
u8x8 in std::simd::prelude - Rust
A SIMD vector with eight elements of type `u8`.doc.rust-lang.org/std/simd/prelude/type.u8x8.htmlRegistered: Wed Apr 16 02:55:24 UTC 2025 - Last Modified: Thu Apr 03 09:31:47 UTC 2025 - 4.3K bytes - Viewed (0) -
OsStrExt in std::os::wasi::ffi - Rust
Platform-specific extensions to `OsStr`.doc.rust-lang.org/std/os/wasi/ffi/trait.OsStrExt.html Similar Results (1)Registered: Wed Apr 16 01:51:40 UTC 2025 - Last Modified: Thu Apr 03 09:31:43 UTC 2025 - 7.9K bytes - Viewed (0) -
FileExt in std::os::wasi::fs - Rust
WASI-specific extensions to `File`.doc.rust-lang.org/std/os/wasi/fs/trait.FileExt.htmlRegistered: Wed Apr 16 01:51:43 UTC 2025 - Last Modified: Thu Apr 03 09:31:43 UTC 2025 - 34.9K bytes - Viewed (0) -
autodiff in std::autodiff - Rust
This macro handles automatic differentiation. Automatic Differentiation macro which allows generating a new function to compute the derivative of a given function. It may only be applied to a function. The expected usage syntax is `#[autodiff(NAME, MODE, INPUT_ACTIVITIES, OUTPUT_ACTIVITY)]` where: NAME is a string that represents a valid function name. MODE is any of Forward, Reverse, ForwardFirst, ReverseFirst. INPUT_ACTIVITIES consists of one valid activity for each input parameter. OUTPUT_ACTIVITY must not be set if we implicitly return nothing (or explicitly return `-> ()`). Otherwise it must be set to one of the allowed activities.doc.rust-lang.org/std/autodiff/attr.autodiff.htmlRegistered: Wed Apr 16 01:57:25 UTC 2025 - Last Modified: Thu Apr 03 09:31:31 UTC 2025 - 4.8K bytes - Viewed (0)