Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 2,191 for host:doc.rust-lang.org (0.04 sec)

  1. 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: Fri Nov 15 02:01:15 UTC 2024
    - Last Modified: Thu Oct 17 16:29:21 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  2. is_riscv_feature_detected in std::arch - Rust

    A macro to test at runtime whether instruction sets are available on RISC-V platforms.
    doc.rust-lang.org/std/arch/macro.is_riscv_feature_detected.html
    Registered: Fri Nov 15 02:01:22 UTC 2024
    - Last Modified: Thu Oct 17 16:29:24 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  3. simd_swizzle in std::simd - Rust

    Constructs a new SIMD vector by copying elements from selected elements in other vectors.
    doc.rust-lang.org/std/simd/macro.simd_swizzle.html
    Registered: Fri Nov 15 02:01:52 UTC 2024
    - Last Modified: Thu Oct 17 16:29:38 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  4. join in std::future - Rust

    Polls multiple futures simultaneously, returning a tuple of all results once complete.
    doc.rust-lang.org/std/future/macro.join.html
    Registered: Fri Nov 15 02:00:38 UTC 2024
    - Last Modified: Thu Oct 17 16:29:25 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  5. 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: Fri Nov 15 02:00:42 UTC 2024
    - Last Modified: Thu Oct 17 16:29:21 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  6. SmartPointer in std::marker - Rust

    Derive macro generating impls of traits related to smart pointers.
    doc.rust-lang.org/std/marker/derive.SmartPointer.html
    Registered: Fri Nov 15 02:02:45 UTC 2024
    - Last Modified: Thu Oct 17 16:29:31 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  7. alloc_zeroed in std::alloc - Rust

    Allocates zero-initialized memory with the global allocator.
    doc.rust-lang.org/std/alloc/fn.alloc_zeroed.html
    Registered: Fri Nov 15 02:02:49 UTC 2024
    - Last Modified: Thu Oct 17 16:29:21 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  8. test_case in std::prelude::rust_2024 - Rust

    An implementation detail of the `#[test]` and `#[bench]` macros.
    doc.rust-lang.org/std/prelude/rust_2024/attr.test_case.html
    Registered: Fri Nov 15 02:02:52 UTC 2024
    - Last Modified: Thu Oct 17 16:29:37 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. derive in std::prelude::rust_2024 - Rust

    Attribute macro used to apply derive macros.
    doc.rust-lang.org/std/prelude/rust_2024/attr.derive.html
    Registered: Fri Nov 15 02:01:55 UTC 2024
    - Last Modified: Thu Oct 17 16:29:37 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. global_allocator in std::prelude::rust_2024 - Rust

    Attribute macro applied to a static to register it as a global allocator.
    doc.rust-lang.org/std/prelude/rust_2024/attr.global_allocator.html
    Registered: Fri Nov 15 02:01:59 UTC 2024
    - Last Modified: Thu Oct 17 16:29:37 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top