Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2101 - 2110 of 2,342 for host:doc.rust-lang.org (0.17 sec)

  1. typed_swap_nonoverlapping in std::intrinsics - ...

    Non-overlapping typed swap of a single value.
    doc.rust-lang.org/std/intrinsics/fn.typed_swap_nonoverlapping.html
    Registered: Wed Apr 16 02:25:38 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. simd_bitreverse in std::intrinsics::simd - Rust

    Reverses bits of each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_bitreverse.html
    Registered: Wed Apr 16 02:24:42 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  3. drop_in_place in std::ptr - Rust

    Executes the destructor (if any) of the pointed-to value.
    doc.rust-lang.org/std/ptr/fn.drop_in_place.html
    Registered: Wed Apr 16 02:30:16 UTC 2025
    - Last Modified: Thu Apr 03 09:31:45 UTC 2025
    - 9.1K bytes
    - Viewed (0)
  4. stderr in std::io - Rust

    Constructs a new handle to the standard error of the current process.
    doc.rust-lang.org/std/io/fn.stderr.html
    Registered: Wed Apr 16 02:30:19 UTC 2025
    - Last Modified: Thu Apr 03 09:31:45 UTC 2025
    - 7K bytes
    - Viewed (0)
  5. 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: Wed Apr 16 02:30:32 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  6. unlikely in std::intrinsics - Rust

    Hints to the compiler that branch condition is likely to be false. Returns the value passed to it.
    doc.rust-lang.org/std/intrinsics/fn.unlikely.html
    Registered: Wed Apr 16 02:30:35 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  7. 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: Wed Apr 16 02:29:32 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  8. chain in std::iter - Rust

    Converts the arguments to iterators and links them together, in a chain.
    doc.rust-lang.org/std/iter/fn.chain.html
    Registered: Wed Apr 16 02:29:39 UTC 2025
    - Last Modified: Thu Apr 03 09:31:40 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  9. 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: Wed Apr 16 02:29:46 UTC 2025
    - Last Modified: Thu Apr 03 09:31:43 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  10. vtable_align in std::intrinsics - Rust

    The intrinsic will return the alignment stored in that vtable.
    doc.rust-lang.org/std/intrinsics/fn.vtable_align.html
    Registered: Wed Apr 16 02:28:48 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.1K bytes
    - Viewed (0)
Back to top