Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. from_fn in std::fmt - Rust

    Creates a type whose `fmt::Debug` and `fmt::Display` impls are provided with the function `f`.
    doc.rust-lang.org/std/fmt/fn.from_fn.html
    Registered: Fri Nov 15 02:05:34 UTC 2024
    - Last Modified: Thu Oct 17 16:29:25 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  2. 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 Nov 15 02:05:38 UTC 2024
    - Last Modified: Thu Oct 17 16:29:26 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  3. async_drop_in_place in std::future - Rust

    Creates the asynchronous destructor of the pointed-to value.
    doc.rust-lang.org/std/future/fn.async_drop_in_place.html
    Registered: Fri Nov 15 02:05:41 UTC 2024
    - Last Modified: Thu Oct 17 16:29:25 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  4. must_use in std::hint - Rust

    An identity function that causes an `unused_must_use` warning to be triggered if the given value is not used (returned, stored in a variable, etc) by the caller.
    doc.rust-lang.org/std/hint/fn.must_use.html
    Registered: Fri Nov 15 02:04:40 UTC 2024
    - Last Modified: Thu Oct 17 16:29:26 UTC 2024
    - 11K bytes
    - Viewed (0)
  5. dealloc in std::alloc - Rust

    Deallocates memory with the global allocator.
    doc.rust-lang.org/std/alloc/fn.dealloc.html
    Registered: Fri Nov 15 02:04:44 UTC 2024
    - Last Modified: Thu Oct 17 16:29:21 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  6. handle_alloc_error in std::alloc - Rust

    Signals a memory allocation error.
    doc.rust-lang.org/std/alloc/fn.handle_alloc_error.html
    Registered: Fri Nov 15 02:04:47 UTC 2024
    - Last Modified: Thu Oct 17 16:29:21 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  7. poll_fn in std::future - Rust

    Creates a future that wraps a function returning `Poll`.
    doc.rust-lang.org/std/future/fn.poll_fn.html
    Registered: Fri Nov 15 02:04:50 UTC 2024
    - Last Modified: Thu Oct 17 16:29:25 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  8. remove_dir in std::fs - Rust

    Removes an empty directory.
    doc.rust-lang.org/std/fs/fn.remove_dir.html
    Registered: Fri Nov 15 02:05:54 UTC 2024
    - Last Modified: Thu Oct 17 16:29:25 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  9. identity in std::convert - Rust

    The identity function.
    doc.rust-lang.org/std/convert/fn.identity.html
    Registered: Fri Nov 15 02:07:16 UTC 2024
    - Last Modified: Thu Oct 17 16:29:23 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  10. canonicalize in std::fs - Rust

    Returns the canonical, absolute form of a path with all intermediate components normalized and symbolic links resolved.
    doc.rust-lang.org/std/fs/fn.canonicalize.html
    Registered: Fri Nov 15 02:07:35 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top