Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1841 - 1850 of 2,271 for host:doc.rust-lang.org (0.23 sec)

  1. 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
    Registered: Mon Jan 05 03:23:40 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  2. mask32x4 in std::simd - Rust

    A SIMD mask with four elements for vectors with 32-bit element types.
    doc.rust-lang.org/std/simd/type.mask32x4.html
    Registered: Mon Jan 05 03:45:59 UTC 2026
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  3. isizex1 in std::simd::prelude - Rust

    A SIMD vector with one element of type `isize`.
    doc.rust-lang.org/std/simd/prelude/type.isizex1.html
    Registered: Mon Jan 05 03:45:33 UTC 2026
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. i8x16 in std::simd::prelude - Rust

    A SIMD vector with 16 elements of type `i8`.
    doc.rust-lang.org/std/simd/prelude/type.i8x16.html
    Registered: Mon Jan 05 03:44:52 UTC 2026
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  5. isizex4 in std::simd::prelude - Rust

    A SIMD vector with four elements of type `isize`.
    doc.rust-lang.org/std/simd/prelude/type.isizex4.html
    Registered: Mon Jan 05 03:46:17 UTC 2026
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  6. minimumf32 in std::intrinsics - Rust

    Returns the minimum (IEEE 754-2019 minimum) of two `f32` values.
    doc.rust-lang.org/std/intrinsics/fn.minimumf32.html
    Registered: Mon Jan 05 03:09:16 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  7. fabsf64 in std::intrinsics - Rust

    Returns the absolute value of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.fabsf64.html
    Registered: Mon Jan 05 03:09:26 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  8. cttz_nonzero in std::intrinsics - Rust

    Like `cttz`, but extra-unsafe as it returns `undef` when given an `x` with value `0`.
    doc.rust-lang.org/std/intrinsics/fn.cttz_nonzero.html
    Registered: Mon Jan 05 03:09:38 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  9. simd_fmin in std::intrinsics::simd - Rust

    Returns the minimum of two vectors, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fmin.html
    Registered: Mon Jan 05 03:12:29 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  10. nontemporal_store in std::intrinsics - Rust

    Emits a `nontemporal` store, which gives a hint to the CPU that the data should not be held in cache. Except for performance, this is fully equivalent to `ptr.write(val)`.
    doc.rust-lang.org/std/intrinsics/fn.nontemporal_store.html
    Registered: Mon Jan 05 03:11:54 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4K bytes
    - Viewed (0)
Back to top