Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1391 - 1400 of 2,191 for host:doc.rust-lang.org (0.05 sec)

  1. fsub_algebraic in std::intrinsics - Rust

    Float subtraction that allows optimizations based on algebraic rules.
    doc.rust-lang.org/std/intrinsics/fn.fsub_algebraic.html
    Registered: Fri Nov 15 02:21:00 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. 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 Nov 15 02:32:57 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. 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 Nov 15 02:33:01 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  4. 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 Nov 15 02:35:16 UTC 2024
    - Last Modified: Thu Oct 17 16:29:37 UTC 2024
    - 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 Nov 15 02:35:25 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  6. HANDLE in std::os::windows::raw - Rust

    API documentation for the Rust `HANDLE` type in crate `std`.
    doc.rust-lang.org/std/os/windows/raw/type.HANDLE.html
    Registered: Fri Nov 15 02:48:45 UTC 2024
    - Last Modified: Thu Oct 17 16:29:36 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  7. dev_t in std::os::unix::raw - Rust

    API documentation for the Rust `dev_t` type in crate `std`.
    doc.rust-lang.org/std/os/unix/raw/type.dev_t.html Similar Results (1)
    Registered: Fri Nov 15 02:48:48 UTC 2024
    - Last Modified: Thu Oct 17 16:29:35 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  8. SOCKET in std::os::windows::raw - Rust

    API documentation for the Rust `SOCKET` type in crate `std`.
    doc.rust-lang.org/std/os/windows/raw/type.SOCKET.html
    Registered: Fri Nov 15 02:49:15 UTC 2024
    - Last Modified: Thu Oct 17 16:29:36 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  9. f32x2 in std::simd - Rust

    A SIMD vector with two elements of type `f32`.
    doc.rust-lang.org/std/simd/type.f32x2.html
    Registered: Fri Nov 15 02:48:15 UTC 2024
    - Last Modified: Thu Oct 17 16:29:43 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. f32x64 in std::simd - Rust

    A SIMD vector with 64 elements of type `f32`.
    doc.rust-lang.org/std/simd/type.f32x64.html
    Registered: Fri Nov 15 02:48:18 UTC 2024
    - Last Modified: Thu Oct 17 16:29:42 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top