Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. EncodeWide in std::os::windows::ffi - Rust

    Generates a wide character sequence for potentially ill-formed UTF-16.
    doc.rust-lang.org/std/os/windows/ffi/struct.EncodeWide.html
    Registered: Mon Aug 04 02:15:35 UTC 2025
    - Last Modified: Thu Jun 26 17:59:47 UTC 2025
    - 164.7K bytes
    - Viewed (0)
  2. Ipv6Addr in std::net - Rust

    An IPv6 address.
    doc.rust-lang.org/std/net/struct.Ipv6Addr.html
    Registered: Mon Aug 04 02:16:38 UTC 2025
    - Last Modified: Thu Jun 26 17:59:44 UTC 2025
    - 188.5K bytes
    - Viewed (0)
  3. HandleOrNull in std::os::windows::io - Rust

    FFI type for handles in return values or out parameters, where `NULL` is used as a sentry value to indicate errors, such as in the return value of `CreateThread`. This uses `repr(transparent)` and has the representation of a host handle, so that it can be used in such FFI declarations.
    doc.rust-lang.org/std/os/windows/io/struct.HandleOrNull.html
    Registered: Mon Aug 04 02:15:17 UTC 2025
    - Last Modified: Thu Jun 26 17:59:47 UTC 2025
    - 27.1K bytes
    - Viewed (0)
  4. u8 - Rust

    The 8-bit unsigned integer type.
    doc.rust-lang.org/std/primitive.u8.html
    Registered: Mon Aug 04 01:22:51 UTC 2025
    - Last Modified: Thu Jun 26 17:59:52 UTC 2025
    - 1.1M bytes
    - Viewed (0)
  5. Any in std::any - Rust

    A trait to emulate dynamic typing.
    doc.rust-lang.org/std/any/trait.Any.html
    Registered: Mon Aug 04 01:33:14 UTC 2025
    - Last Modified: Thu Jun 26 17:59:40 UTC 2025
    - 63.9K bytes
    - Viewed (0)
  6. TryIter in std::sync::mpmc - Rust

    An iterator that attempts to yield all pending values for a `Receiver`, created by `try_iter`.
    doc.rust-lang.org/std/sync/mpmc/struct.TryIter.html Similar Results (1)
    Registered: Mon Aug 04 01:33:45 UTC 2025
    - Last Modified: Thu Jun 26 17:59:52 UTC 2025
    - 156.7K bytes
    - Viewed (0)
  7. TryRecvError in std::sync::mpsc - Rust

    This enumeration is the list of the possible reasons that `try_recv` could not return data when called. This can occur with both a `channel` and a `sync_channel`.
    doc.rust-lang.org/std/sync/mpsc/enum.TryRecvError.html
    Registered: Mon Aug 04 01:34:16 UTC 2025
    - Last Modified: Thu Jun 26 17:59:52 UTC 2025
    - 39K bytes
    - Viewed (0)
  8. Display in std::fmt - Rust

    Format trait for an empty format, `{}`.
    doc.rust-lang.org/std/fmt/trait.Display.html
    Registered: Mon Aug 04 01:34:38 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 81.8K bytes
    - Viewed (0)
  9. TryReserveError in std::collections - Rust

    The error type for `try_reserve` methods.
    doc.rust-lang.org/std/collections/struct.TryReserveError.html
    Registered: Mon Aug 04 01:30:39 UTC 2025
    - Last Modified: Thu Jun 26 17:59:40 UTC 2025
    - 40.4K bytes
    - Viewed (0)
  10. Infallible in std::convert - Rust

    The error type for errors that can never happen.
    doc.rust-lang.org/std/convert/enum.Infallible.html
    Registered: Mon Aug 04 01:30:43 UTC 2025
    - Last Modified: Thu Jun 26 17:59:40 UTC 2025
    - 56.1K bytes
    - Viewed (0)
Back to top