Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 321 - 330 of 2,278 for host:doc.rust-lang.org (0.04 seconds)

  1. SimdOrd in std::simd::prelude - Rust

    Parallel `Ord`.
    doc.rust-lang.org/std/simd/prelude/trait.SimdOrd.html
    Thu Jan 22 13:44:27 GMT 2026
      22.7K bytes
  2. is_riscv_feature_detected in std::arch - Rust

    Check for the presence of a CPU feature at runtime.
    doc.rust-lang.org/std/arch/macro.is_riscv_feature_detected.html
    Thu Jan 22 13:44:19 GMT 2026
      25.1K bytes
  3. Ord in std::cmp - Rust

    Derive macro generating an impl of the trait `Ord`. The behavior of this macro is described in detail here.
    doc.rust-lang.org/std/cmp/derive.Ord.html
    Thu Jan 22 13:44:20 GMT 2026
      3.5K bytes
  4. abort in std::intrinsics - Rust

    Aborts the execution of the process.
    doc.rust-lang.org/std/intrinsics/fn.abort.html
    Thu Jan 22 13:44:22 GMT 2026
      4.1K bytes
  5. exists in std::fs - Rust

    Returns `Ok(true)` if the path points at an existing entity.
    doc.rust-lang.org/std/fs/fn.exists.html
    Thu Jan 22 13:44:21 GMT 2026
      5.6K bytes
  6. align_of in std::intrinsics - Rust

    The minimum alignment of a type.
    doc.rust-lang.org/std/intrinsics/fn.align_of.html
    Thu Jan 22 13:44:22 GMT 2026
      4K bytes
  7. PartialEq in std::cmp - Rust

    Derive macro generating an impl of the trait `PartialEq`. The behavior of this macro is described in detail here.
    doc.rust-lang.org/std/cmp/derive.PartialEq.html
    Thu Jan 22 13:44:20 GMT 2026
      3.5K bytes
  8. atomic_nand in std::intrinsics - Rust

    Bitwise nand with the current value, returning the previous value. `T` must be an integer or pointer type. `U` must be the same as `T` if that is an integer type, or `usize` if `T` is a pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_nand.html
    Thu Jan 22 13:44:22 GMT 2026
      4.6K bytes
  9. copysignf16 in std::intrinsics - Rust

    Copies the sign from `y` to `x` for `f16` values.
    doc.rust-lang.org/std/intrinsics/fn.copysignf16.html
    Thu Jan 22 13:44:22 GMT 2026
      3.7K bytes
  10. exp2f16 in std::intrinsics - Rust

    Returns 2 raised to the power of an `f16`.
    doc.rust-lang.org/std/intrinsics/fn.exp2f16.html
    Thu Jan 22 13:44:22 GMT 2026
      3.6K bytes
Back to Top