Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 691 - 700 of 2,342 for host:doc.rust-lang.org (0.03 sec)

  1. symlink_metadata in std::fs - Rust

    Queries the metadata about a file without following symlinks.
    doc.rust-lang.org/std/fs/fn.symlink_metadata.html
    Registered: Wed Apr 16 02:01:51 UTC 2025
    - Last Modified: Thu Apr 03 09:31:38 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  2. likely in std::hint - Rust

    Hints to the compiler that a branch condition is likely to be true. Returns the value passed to it.
    doc.rust-lang.org/std/hint/fn.likely.html Similar Results (1)
    Registered: Wed Apr 16 02:01:58 UTC 2025
    - Last Modified: Thu Apr 03 09:31:35 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  3. exists in std::fs - Rust

    Returns `Ok(true)` if the path points at an existing entity.
    doc.rust-lang.org/std/fs/fn.exists.html
    Registered: Wed Apr 16 02:02:01 UTC 2025
    - Last Modified: Thu Apr 03 09:31:34 UTC 2025
    - 5.7K bytes
    - Viewed (0)
  4. AsRawSocket in std::os::windows::io - Rust

    Extracts raw sockets.
    doc.rust-lang.org/std/os/windows/io/trait.AsRawSocket.html
    Registered: Wed Apr 16 01:53:42 UTC 2025
    - Last Modified: Thu Apr 03 09:31:44 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  5. is_riscv_feature_detected in std::arch - Rust

    A macro to test at runtime whether instruction sets are available on RISC-V platforms.
    doc.rust-lang.org/std/arch/macro.is_riscv_feature_detected.html
    Registered: Wed Apr 16 01:53:45 UTC 2025
    - Last Modified: Thu Apr 03 09:31:31 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  6. OneSidedRange in std::range - Rust

    `OneSidedRange` is implemented for built-in range types that are unbounded on one side. For example, `a..`, `..b` and `..=c` implement `OneSidedRange`, but `..`, `d..e`, and `f..=g` do not.
    doc.rust-lang.org/std/range/trait.OneSidedRange.html Similar Results (1)
    Registered: Wed Apr 16 01:52:26 UTC 2025
    - Last Modified: Thu Apr 03 09:31:46 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  7. from_u32_unchecked in std::char - Rust

    Converts a `u32` to a `char`, ignoring validity. Use `char::from_u32_unchecked` instead.
    doc.rust-lang.org/std/char/fn.from_u32_unchecked.html
    Registered: Wed Apr 16 01:58:44 UTC 2025
    - Last Modified: Thu Apr 03 09:31:31 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. PartialEq in std::cmp - Rust

    Derive macro generating an impl of the trait `PartialEq`. The behavior of this macro is described in detail here.
    doc.rust-lang.org/std/cmp/derive.PartialEq.html
    Registered: Wed Apr 16 01:58:47 UTC 2025
    - Last Modified: Thu Apr 03 09:31:31 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  9. take_alloc_error_hook in std::alloc - Rust

    Unregisters the current allocation error hook, returning it.
    doc.rust-lang.org/std/alloc/fn.take_alloc_error_hook.html
    Registered: Wed Apr 16 01:58:57 UTC 2025
    - Last Modified: Thu Apr 03 09:31:31 UTC 2025
    - 4K bytes
    - Viewed (0)
  10. derive in std::prelude::v1 - Rust

    Attribute macro used to apply derive macros.
    doc.rust-lang.org/std/prelude/v1/attr.derive.html
    Registered: Wed Apr 16 01:59:42 UTC 2025
    - Last Modified: Thu Apr 03 09:31:44 UTC 2025
    - 3.6K bytes
    - Viewed (0)
Back to top