Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 921 - 930 of 2,385 for host:doc.rust-lang.org (0.15 seconds)

  1. sinf16 in std::intrinsics - Rust

    Returns the sine of an `f16`.
    doc.rust-lang.org/std/intrinsics/fn.sinf16.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  2. truncf16 in std::intrinsics - Rust

    Returns the integer part of an `f16`.
    doc.rust-lang.org/std/intrinsics/fn.truncf16.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  3. type_id in std::intrinsics - Rust

    Gets an identifier which is globally unique to the specified type. This function will return the same value for a type regardless of whichever crate it is invoked in.
    doc.rust-lang.org/std/intrinsics/fn.type_id.html
    Thu May 28 17:42:11 GMT 2026
      4.4K bytes
  4. simd_with_exposed_provenance in std::intrinsics...

    Creates a vector of pointers from a vector of addresses.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_with_exposed_provenance.html
    Thu May 28 17:42:12 GMT 2026
      3.9K bytes
  5. type_id_eq in std::intrinsics - Rust

    Tests (at compile-time) if two `crate::any::TypeId` instances identify the same type. This is necessary because at const-eval time the actual discriminating data is opaque and cannot be inspected directly.
    doc.rust-lang.org/std/intrinsics/fn.type_id_eq.html
    Thu May 28 17:42:11 GMT 2026
      4.4K bytes
  6. truncf32 in std::intrinsics - Rust

    Returns the integer part of an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.truncf32.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  7. vtable_size in std::intrinsics - Rust

    The intrinsic will return the size stored in that vtable.
    doc.rust-lang.org/std/intrinsics/fn.vtable_size.html
    Thu May 28 17:42:11 GMT 2026
      4K bytes
  8. vtable_align in std::intrinsics - Rust

    The intrinsic will return the alignment stored in that vtable.
    doc.rust-lang.org/std/intrinsics/fn.vtable_align.html
    Thu May 28 17:42:11 GMT 2026
      4K bytes
  9. va_arg in std::intrinsics - Rust

    Loads an argument of type `T` from the `va_list` `ap` and increment the argument `ap` points to.
    doc.rust-lang.org/std/intrinsics/fn.va_arg.html
    Thu May 28 17:42:11 GMT 2026
      4.5K bytes
  10. wrapping_sub in std::intrinsics - Rust

    Returns (a - b) mod 2N, where N is the width of T in bits.
    doc.rust-lang.org/std/intrinsics/fn.wrapping_sub.html
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
Back to Top