Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 661 - 670 of 2,342 for host:doc.rust-lang.org (0.06 sec)

  1. 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.html
    Registered: Wed Apr 16 02:58:33 UTC 2025
    - Last Modified: Thu Apr 03 09:31:33 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. u8x16 in std::simd - Rust

    A SIMD vector with 16 elements of type `u8`.
    doc.rust-lang.org/std/simd/type.u8x16.html
    Registered: Wed Apr 16 02:56:19 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  3. 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.html
    Registered: Wed Apr 16 02:56:22 UTC 2025
    - Last Modified: Thu Apr 03 09:31:46 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  4. 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.html
    Registered: Wed Apr 16 02:56:29 UTC 2025
    - Last Modified: Thu Apr 03 09:31:46 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  5. u32x32 in std::simd - Rust

    A SIMD vector with 32 elements of type `u32`.
    doc.rust-lang.org/std/simd/type.u32x32.html
    Registered: Wed Apr 16 02:56:38 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  6. u64x2 in std::simd::prelude - Rust

    A SIMD vector with two elements of type `u64`.
    doc.rust-lang.org/std/simd/prelude/type.u64x2.html
    Registered: Wed Apr 16 02:55:21 UTC 2025
    - Last Modified: Thu Apr 03 09:31:46 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  7. u8x8 in std::simd::prelude - Rust

    A SIMD vector with eight elements of type `u8`.
    doc.rust-lang.org/std/simd/prelude/type.u8x8.html
    Registered: Wed Apr 16 02:55:24 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  8. 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)
  9. FileExt in std::os::wasi::fs - Rust

    WASI-specific extensions to `File`.
    doc.rust-lang.org/std/os/wasi/fs/trait.FileExt.html
    Registered: Wed Apr 16 01:51:43 UTC 2025
    - Last Modified: Thu Apr 03 09:31:43 UTC 2025
    - 34.9K bytes
    - Viewed (0)
  10. 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.html
    Registered: Wed Apr 16 01:57:25 UTC 2025
    - Last Modified: Thu Apr 03 09:31:31 UTC 2025
    - 4.8K bytes
    - Viewed (0)
Back to top