Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 521 - 530 of 2,321 for host:doc.rust-lang.org (0.04 sec)

  1. AsyncFn in std::ops - Rust

    An async-aware version of the `Fn` trait.
    doc.rust-lang.org/std/ops/trait.AsyncFn.html
    Registered: Mon Aug 04 02:38:39 UTC 2025
    - Last Modified: Thu Jun 26 17:59:46 UTC 2025
    - 8K bytes
    - Viewed (0)
  2. ChildExt in std::os::linux::process - Rust

    Os-specific extensions for `Child`
    doc.rust-lang.org/std/os/linux/process/trait.ChildExt.html
    Registered: Mon Aug 04 02:42:20 UTC 2025
    - Last Modified: Thu Jun 26 17:59:49 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  3. OpenOptionsExt in std::os::unix::fs - Rust

    Unix-specific extensions to `fs::OpenOptions`.
    doc.rust-lang.org/std/os/unix/fs/trait.OpenOptionsExt.html
    Registered: Mon Aug 04 02:41:26 UTC 2025
    - Last Modified: Thu Jun 26 17:59:47 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  4. AsRawSocket in std::os::windows::io - Rust

    Extracts raw sockets.
    doc.rust-lang.org/std/os/windows/io/trait.AsRawSocket.html
    Registered: Mon Aug 04 02:42:02 UTC 2025
    - Last Modified: Thu Jun 26 17:59:47 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  5. 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: Mon Aug 04 02:42:17 UTC 2025
    - Last Modified: Thu Jun 26 17:59:47 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  6. is_aarch64_feature_detected in std::arch - Rust

    This macro tests, at runtime, whether an `aarch64` feature is enabled on aarch64 platforms. Currently most features are only supported on linux-based platforms.
    doc.rust-lang.org/std/arch/macro.is_aarch64_feature_detected.html
    Registered: Mon Aug 04 02:45:37 UTC 2025
    - Last Modified: Thu Jun 26 17:59:38 UTC 2025
    - 11.3K bytes
    - Viewed (0)
  7. SimdPartialEq in std::simd::cmp - Rust

    Parallel `PartialEq`.
    doc.rust-lang.org/std/simd/cmp/trait.SimdPartialEq.html
    Registered: Mon Aug 04 02:45:57 UTC 2025
    - Last Modified: Thu Jun 26 17:59:49 UTC 2025
    - 39.5K bytes
    - Viewed (0)
  8. SimdOrd in std::simd::prelude - Rust

    Parallel `Ord`.
    doc.rust-lang.org/std/simd/prelude/trait.SimdOrd.html
    Registered: Mon Aug 04 02:46:00 UTC 2025
    - Last Modified: Thu Jun 26 17:59:49 UTC 2025
    - 22.8K bytes
    - Viewed (0)
  9. 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: Mon Aug 04 02:46:18 UTC 2025
    - Last Modified: Thu Jun 26 17:59:38 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  10. is_arm_feature_detected in std::arch - Rust

    Checks if `arm` feature is enabled.
    doc.rust-lang.org/std/arch/macro.is_arm_feature_detected.html
    Registered: Mon Aug 04 02:44:17 UTC 2025
    - Last Modified: Thu Jun 26 17:59:38 UTC 2025
    - 4.1K bytes
    - Viewed (0)
Back to top