Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1191 - 1200 of 2,271 for host:doc.rust-lang.org (0.1 sec)

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

    A SIMD vector with eight elements of type `isize`.
    doc.rust-lang.org/std/simd/prelude/type.isizex8.html
    Registered: Fri Dec 26 03:04:26 UTC 2025
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  2. masksizex4 in std::simd - Rust

    A SIMD mask with four elements for vectors with pointer-sized element types.
    doc.rust-lang.org/std/simd/type.masksizex4.html
    Registered: Fri Dec 26 03:04:33 UTC 2025
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  3. f32x4 in std::simd::prelude - Rust

    A SIMD vector with four elements of type `f32`.
    doc.rust-lang.org/std/simd/prelude/type.f32x4.html
    Registered: Fri Dec 26 03:04:40 UTC 2025
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. canonicalize in std::fs - Rust

    Returns the canonical, absolute form of a path with all intermediate components normalized and symbolic links resolved.
    doc.rust-lang.org/std/fs/fn.canonicalize.html
    Registered: Fri Dec 26 02:17:47 UTC 2025
    - Last Modified: Thu Dec 11 14:50:37 UTC 2025
    - 6K bytes
    - Viewed (0)
  5. handle_alloc_error in std::alloc - Rust

    Signals a memory allocation error.
    doc.rust-lang.org/std/alloc/fn.handle_alloc_error.html
    Registered: Fri Dec 26 02:12:10 UTC 2025
    - Last Modified: Thu Dec 11 14:50:35 UTC 2025
    - 5K bytes
    - Viewed (0)
  6. vars_os in std::env - Rust

    Returns an iterator of (variable, value) pairs of OS strings, for all the environment variables of the current process.
    doc.rust-lang.org/std/env/fn.vars_os.html
    Registered: Fri Dec 26 02:14:26 UTC 2025
    - Last Modified: Thu Dec 11 14:50:36 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  7. black_box in std::hint - Rust

    An identity function that hints to the compiler to be maximally pessimistic about what `black_box` could do.
    doc.rust-lang.org/std/hint/fn.black_box.html
    Registered: Fri Dec 26 02:16:10 UTC 2025
    - Last Modified: Thu Dec 11 14:50:37 UTC 2025
    - 17.5K bytes
    - Viewed (0)
  8. round_ties_even_f128 in std::intrinsics - Rust

    Returns the nearest integer to an `f128`. Rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.round_ties_even_f128.html
    Registered: Fri Dec 26 02:31:53 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  9. saturating_add in std::intrinsics - Rust

    Computes `a + b`, saturating at numeric bounds.
    doc.rust-lang.org/std/intrinsics/fn.saturating_add.html
    Registered: Fri Dec 26 02:31:59 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4K bytes
    - Viewed (0)
  10. roundf32 in std::intrinsics - Rust

    Returns the nearest integer to an `f32`. Rounds half-way cases away from zero.
    doc.rust-lang.org/std/intrinsics/fn.roundf32.html
    Registered: Fri Dec 26 02:32:40 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
Back to top