Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1011 - 1020 of 2,271 for host:doc.rust-lang.org (0.13 sec)

  1. unreachable_unchecked in std::hint - Rust

    Informs the compiler that the site which is calling this function is not reachable, possibly enabling further optimizations.
    doc.rust-lang.org/std/hint/fn.unreachable_unchecked.html
    Registered: Fri Dec 26 02:21:56 UTC 2025
    - Last Modified: Thu Dec 11 14:50:37 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  2. contract_check_ensures in std::intrinsics - Rust

    Check if the post-condition `cond` has been met.
    doc.rust-lang.org/std/intrinsics/fn.contract_check_ensures.html
    Registered: Fri Dec 26 02:22:17 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  3. atomic_min in std::intrinsics - Rust

    Minimum with the current value using a signed comparison. `T` must be a signed integer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_min.html
    Registered: Fri Dec 26 02:22:30 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. simd_scatter in std::intrinsics::simd - Rust

    Writes to a vector of pointers.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_scatter.html
    Registered: Fri Dec 26 02:39:43 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  5. simd_select_bitmask in std::intrinsics::simd - ...

    Selects elements from a bitmask.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_select_bitmask.html
    Registered: Fri Dec 26 02:39:47 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 4K bytes
    - Viewed (0)
  6. transmute in std::intrinsics - Rust

    Reinterprets the bits of a value of one type as another type.
    doc.rust-lang.org/std/intrinsics/fn.transmute.html Similar Results (1)
    Registered: Fri Dec 26 02:39:59 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 30.8K bytes
    - Viewed (0)
  7. from_coroutine in std::iter - Rust

    Creates a new iterator where each iteration calls the provided coroutine.
    doc.rust-lang.org/std/iter/fn.from_coroutine.html
    Registered: Fri Dec 26 02:40:31 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  8. va_end in std::intrinsics - Rust

    Destroy the arglist `ap` after initialization with `va_start` or `va_copy`.
    doc.rust-lang.org/std/intrinsics/fn.va_end.html
    Registered: Fri Dec 26 02:40:25 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  9. conjure_zst in std::mem - Rust

    Create a fresh instance of the inhabited ZST type `T`.
    doc.rust-lang.org/std/mem/fn.conjure_zst.html
    Registered: Fri Dec 26 02:41:32 UTC 2025
    - Last Modified: Thu Dec 11 14:50:40 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  10. volatile_copy_nonoverlapping_memory in std::int...

    Equivalent to the appropriate `llvm.memcpy.p0i8.0i8.*` intrinsic, with a size of `count` * `size_of::<T>()` and an alignment of `align_of::<T>()`.
    doc.rust-lang.org/std/intrinsics/fn.volatile_copy_nonoverlapping_memory.html
    Registered: Fri Dec 26 02:41:42 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.7K bytes
    - Viewed (0)
Back to top