Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2011 - 2020 of 2,342 for host:doc.rust-lang.org (0.07 sec)

  1. nearbyintf64 in std::intrinsics - Rust

    Returns the nearest integer to an `f64`. Changing the rounding mode is not possible in Rust, so this rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.nearbyintf64.html
    Registered: Wed Apr 16 02:19:58 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. set_backtrace_style in std::panic - Rust

    Configures whether the default panic hook will capture and display a backtrace.
    doc.rust-lang.org/std/panic/fn.set_backtrace_style.html
    Registered: Wed Apr 16 02:33:20 UTC 2025
    - Last Modified: Thu Apr 03 09:31:44 UTC 2025
    - 4K bytes
    - Viewed (0)
  3. 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: Wed Apr 16 02:33:24 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. pipe in std::io - Rust

    Create an anonymous pipe.
    doc.rust-lang.org/std/io/fn.pipe.html
    Registered: Wed Apr 16 02:31:29 UTC 2025
    - Last Modified: Thu Apr 03 09:31:45 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  5. abort in std::process - Rust

    Terminates the process in an abnormal fashion.
    doc.rust-lang.org/std/process/fn.abort.html
    Registered: Wed Apr 16 02:31:35 UTC 2025
    - Last Modified: Thu Apr 03 09:31:45 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  6. 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: Wed Apr 16 02:30:42 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  7. variant_count in std::intrinsics - Rust

    Returns the number of variants of the type `T` cast to a `usize`; if `T` has no variants, returns `0`. Uninhabited variants will be counted.
    doc.rust-lang.org/std/intrinsics/fn.variant_count.html
    Registered: Wed Apr 16 02:30:58 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  8. volatile_store in std::intrinsics - Rust

    Performs a volatile store to the `dst` pointer.
    doc.rust-lang.org/std/intrinsics/fn.volatile_store.html
    Registered: Wed Apr 16 02:31:12 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  9. discriminant in std::mem - Rust

    Returns a value uniquely identifying the enum variant in `v`.
    doc.rust-lang.org/std/mem/fn.discriminant.html
    Registered: Wed Apr 16 02:31:16 UTC 2025
    - Last Modified: Thu Apr 03 09:31:41 UTC 2025
    - 11.8K bytes
    - Viewed (0)
  10. sink in std::io - Rust

    Creates an instance of a writer which will successfully consume all data.
    doc.rust-lang.org/std/io/fn.sink.html
    Registered: Wed Apr 16 02:31:55 UTC 2025
    - Last Modified: Thu Apr 03 09:31:45 UTC 2025
    - 5.7K bytes
    - Viewed (0)
Back to top