Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2091 - 2100 of 2,276 for host:doc.rust-lang.org (0.03 sec)

  1. from_raw_parts in std::str - Rust

    Creates a `&str` from a pointer and a length.
    doc.rust-lang.org/std/str/fn.from_raw_parts.html
    Registered: Fri Dec 12 02:58:15 UTC 2025
    - Last Modified: Thu Dec 11 14:50:44 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. 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: Fri Dec 12 02:55:12 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4K bytes
    - Viewed (0)
  3. size_of_val_raw in std::mem - Rust

    Returns the size of the pointed-to value in bytes.
    doc.rust-lang.org/std/mem/fn.size_of_val_raw.html
    Registered: Fri Dec 12 02:55:16 UTC 2025
    - Last Modified: Thu Dec 11 14:50:40 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  4. junction_point in std::os::windows::fs - Rust

    Creates a junction point.
    doc.rust-lang.org/std/os/windows/fs/fn.junction_point.html
    Registered: Fri Dec 12 02:55:23 UTC 2025
    - Last Modified: Thu Dec 11 14:50:41 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  5. 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: Fri Dec 12 02:55:32 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4K bytes
    - Viewed (0)
  6. 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: Fri Dec 12 02:55:36 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  7. link in std::os::wasi::fs - Rust

    Creates a hard link.
    doc.rust-lang.org/std/os/wasi/fs/fn.link.html
    Registered: Fri Dec 12 02:57:25 UTC 2025
    - Last Modified: Thu Dec 11 14:50:41 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  8. unchecked_mul in std::intrinsics - Rust

    Returns the result of an unchecked multiplication, resulting in undefined behavior when `x * y > T::MAX` or `x * y < T::MIN`.
    doc.rust-lang.org/std/intrinsics/fn.unchecked_mul.html
    Registered: Fri Dec 12 02:57:38 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  9. 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: Fri Dec 12 03:11:50 UTC 2025
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  10. 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: Fri Dec 12 03:10:34 UTC 2025
    - Last Modified: Thu Dec 11 14:50:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
Back to top