Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1151 - 1160 of 2,333 for host:doc.rust-lang.org (0.03 sec)

  1. cttz in std::intrinsics - Rust

    Returns the number of trailing unset bits (zeroes) in an integer type `T`.
    doc.rust-lang.org/std/intrinsics/fn.cttz.html
    Registered: Wed Jun 04 02:28:00 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  2. simd_extract in std::intrinsics::simd - Rust

    Extracts an element from a vector.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_extract.html
    Registered: Wed Jun 04 02:39:33 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  3. pref_align_of in std::intrinsics - Rust

    The preferred alignment of a type.
    doc.rust-lang.org/std/intrinsics/fn.pref_align_of.html
    Registered: Wed Jun 04 02:39:36 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  4. simd_fmax in std::intrinsics::simd - Rust

    Returns the maximum of two vectors, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fmax.html
    Registered: Wed Jun 04 02:38:40 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. saturating_add in std::intrinsics - Rust

    Computes `a + b`, saturating at numeric bounds.
    doc.rust-lang.org/std/intrinsics/fn.saturating_add.html
    Registered: Wed Jun 04 02:38:48 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  6. simd_flog2 in std::intrinsics::simd - Rust

    `T` must be a vector of floats.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_flog2.html
    Registered: Wed Jun 04 02:39:26 UTC 2025
    - Last Modified: Thu May 15 17:17:44 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  7. simd_arith_offset in std::intrinsics::simd - Rust

    Calculates the offset from a pointer vector elementwise, potentially wrapping.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_arith_offset.html
    Registered: Wed Jun 04 02:39:04 UTC 2025
    - Last Modified: Thu May 15 17:17:43 UTC 2025
    - 4K bytes
    - Viewed (0)
  8. chroot in std::os::unix::fs - Rust

    Change the root directory of the current process to the specified path.
    doc.rust-lang.org/std/os/unix/fs/fn.chroot.html
    Registered: Wed Jun 04 02:51:36 UTC 2025
    - Last Modified: Thu May 15 17:17:47 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  9. align_of_val_raw in std::mem - Rust

    Returns the ABI-required minimum alignment of the type of the value that `val` points to in bytes.
    doc.rust-lang.org/std/mem/fn.align_of_val_raw.html
    Registered: Wed Jun 04 02:49:48 UTC 2025
    - Last Modified: Thu May 15 17:17:46 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  10. addr_eq in std::ptr - Rust

    Compares the addresses of the two pointers for equality, ignoring any metadata in fat pointers.
    doc.rust-lang.org/std/ptr/fn.addr_eq.html
    Registered: Wed Jun 04 02:49:59 UTC 2025
    - Last Modified: Thu May 15 17:17:48 UTC 2025
    - 5.4K bytes
    - Viewed (0)
Back to top