Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2081 - 2090 of 2,271 for host:doc.rust-lang.org (0.04 sec)

  1. sqrtf32 in std::intrinsics - Rust

    Returns the square root of an `f32`
    doc.rust-lang.org/std/intrinsics/fn.sqrtf32.html
    Registered: Mon Jan 05 03:20:56 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  2. 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
    Registered: Mon Jan 05 03:21:42 UTC 2026
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  3. volatile_store in std::intrinsics - Rust

    Performs a volatile store to the `dst` pointer.
    doc.rust-lang.org/std/intrinsics/fn.volatile_store.html
    Registered: Mon Jan 05 03:21:17 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  4. 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
    Registered: Mon Jan 05 03:21:20 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  5. 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
    Registered: Mon Jan 05 03:21:23 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4K bytes
    - Viewed (0)
  6. write_via_move in std::intrinsics - Rust

    This is an implementation detail of `crate::ptr::write` and should not be used anywhere else. See its comments for why this exists.
    doc.rust-lang.org/std/intrinsics/fn.write_via_move.html
    Registered: Mon Jan 05 03:21:27 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4K bytes
    - Viewed (0)
  7. unchecked_shl in std::intrinsics - Rust

    Performs an unchecked left shift, resulting in undefined behavior when `y < 0` or `y >= N`, where N is the width of T in bits.
    doc.rust-lang.org/std/intrinsics/fn.unchecked_shl.html
    Registered: Mon Jan 05 03:21:30 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  8. simd_shr in std::intrinsics::simd - Rust

    Shifts vector right elementwise, with UB on overflow.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_shr.html
    Registered: Mon Jan 05 03:21:33 UTC 2026
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 4K bytes
    - Viewed (0)
  9. variant_count in std::intrinsics - Rust

    Returns the number of variants of the type `T` cast to a `usize`; if `T` has no variants, returns `0`. Uninhabited variants will be counted.
    doc.rust-lang.org/std/intrinsics/fn.variant_count.html
    Registered: Mon Jan 05 03:21:58 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  10. i16x8 in std::simd - Rust

    A SIMD vector with eight elements of type `i16`.
    doc.rust-lang.org/std/simd/type.i16x8.html
    Registered: Mon Jan 05 03:38:36 UTC 2026
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.1K bytes
    - Viewed (0)
Back to top