Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 761 - 770 of 2,271 for host:doc.rust-lang.org (0.09 sec)

  1. simd_neg in std::intrinsics::simd - Rust

    Negates a vector elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_neg.html
    Registered: Fri Dec 26 02:35:42 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  2. simd_floor in std::intrinsics::simd - Rust

    Rounds down each element to the next lowest integer-valued float.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_floor.html
    Registered: Fri Dec 26 02:36:33 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  3. va_copy in std::intrinsics - Rust

    Copies the current location of arglist `src` to the arglist `dst`.
    doc.rust-lang.org/std/intrinsics/fn.va_copy.html
    Registered: Fri Dec 26 02:43:40 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  4. wrapping_mul 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_mul.html
    Registered: Fri Dec 26 02:43:50 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4K bytes
    - Viewed (0)
  5. metadata in std::ptr - Rust

    Extracts the metadata component of a pointer.
    doc.rust-lang.org/std/ptr/fn.metadata.html
    Registered: Fri Dec 26 02:45:25 UTC 2025
    - Last Modified: Thu Dec 11 14:50:42 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  6. symlink in std::os::unix::fs - Rust

    Creates a new symbolic link on the filesystem.
    doc.rust-lang.org/std/os/unix/fs/fn.symlink.html
    Registered: Fri Dec 26 02:45:44 UTC 2025
    - Last Modified: Thu Dec 11 14:50:41 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  7. read in std::ptr - Rust

    Reads the value from `src` without moving it. This leaves the memory in `src` unchanged.
    doc.rust-lang.org/std/ptr/fn.read.html
    Registered: Fri Dec 26 02:45:01 UTC 2025
    - Last Modified: Thu Dec 11 14:50:42 UTC 2025
    - 11.8K bytes
    - Viewed (0)
  8. unchecked_rem in std::intrinsics - Rust

    Returns the remainder of an unchecked division, resulting in undefined behavior when `y == 0` or `x == T::MIN && y == -1`
    doc.rust-lang.org/std/intrinsics/fn.unchecked_rem.html
    Registered: Fri Dec 26 02:44:14 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4K bytes
    - Viewed (0)
  9. sync_channel in std::sync::mpmc - Rust

    Creates a new synchronous, bounded channel.
    doc.rust-lang.org/std/sync/mpmc/fn.sync_channel.html
    Registered: Fri Dec 26 02:51:30 UTC 2025
    - Last Modified: Thu Dec 11 14:50:44 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  10. from_boxed_utf8_unchecked in std::str - Rust

    Converts a boxed slice of bytes to a boxed string slice without checking that the string contains valid UTF-8.
    doc.rust-lang.org/std/str/fn.from_boxed_utf8_unchecked.html
    Registered: Fri Dec 26 02:50:23 UTC 2025
    - Last Modified: Thu Dec 11 14:50:44 UTC 2025
    - 5.1K bytes
    - Viewed (0)
Back to top