Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 561 - 570 of 2,191 for host:doc.rust-lang.org (0.06 sec)

  1. char - Rust

    A character type.
    doc.rust-lang.org/std/primitive.char.html
    Registered: Fri Nov 15 00:48:43 UTC 2024
    - Last Modified: Thu Oct 17 16:29:39 UTC 2024
    - 239.6K bytes
    - Viewed (0)
  2. IntoStringError in std::ffi::c_str - Rust

    An error indicating invalid UTF-8 when converting a `CString` into a `String`.
    doc.rust-lang.org/std/ffi/c_str/struct.IntoStringError.html
    Registered: Fri Nov 15 01:40:25 UTC 2024
    - Last Modified: Thu Oct 17 16:29:24 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  3. CStr in std::ffi - Rust

    Representation of a borrowed C string.
    doc.rust-lang.org/std/ffi/struct.CStr.html Similar Results (1)
    Registered: Fri Nov 15 01:40:46 UTC 2024
    - Last Modified: Thu Oct 17 16:29:24 UTC 2024
    - 92.6K bytes
    - Viewed (0)
  4. NulError in std::ffi::c_str - Rust

    An error indicating that an interior nul byte was found.
    doc.rust-lang.org/std/ffi/c_str/struct.NulError.html
    Registered: Fri Nov 15 01:42:19 UTC 2024
    - Last Modified: Thu Oct 17 16:29:24 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  5. Request in std::error - Rust

    `Request` supports generic, type-driven access to data. Its use is currently restricted to the standard library in cases where trait authors wish to allow trait implementors to share generic information across trait boundaries. The motivating and prototypical use case is `core::error::Error` which would otherwise require a method per concrete type (eg. `std::backtrace::Backtrace` instance that implementors want to expose to users).
    doc.rust-lang.org/std/error/struct.Request.html
    Registered: Fri Nov 15 01:42:26 UTC 2024
    - Last Modified: Thu Oct 17 16:29:23 UTC 2024
    - 50K bytes
    - Viewed (0)
  6. DebugList in std::fmt - Rust

    A struct to help with `fmt::Debug` implementations.
    doc.rust-lang.org/std/fmt/struct.DebugList.html
    Registered: Fri Nov 15 01:42:29 UTC 2024
    - Last Modified: Thu Oct 17 16:29:25 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  7. CString in std::ffi - Rust

    A type representing an owned, C-compatible, nul-terminated string with no nul bytes in the middle.
    doc.rust-lang.org/std/ffi/struct.CString.html Similar Results (1)
    Registered: Fri Nov 15 01:42:39 UTC 2024
    - Last Modified: Thu Oct 17 16:29:24 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  8. Pending in std::future - Rust

    Creates a future which never resolves, representing a computation that never finishes.
    doc.rust-lang.org/std/future/struct.Pending.html
    Registered: Fri Nov 15 01:42:43 UTC 2024
    - Last Modified: Thu Oct 17 16:29:25 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  9. Ipv6Addr in std::net - Rust

    An IPv6 address.
    doc.rust-lang.org/std/net/struct.Ipv6Addr.html
    Registered: Fri Nov 15 01:44:39 UTC 2024
    - Last Modified: Thu Oct 17 16:29:32 UTC 2024
    - 177.9K bytes
    - Viewed (0)
  10. StdinLock in std::io - Rust

    A locked reference to the `Stdin` handle.
    doc.rust-lang.org/std/io/struct.StdinLock.html
    Registered: Fri Nov 15 01:43:55 UTC 2024
    - Last Modified: Thu Oct 17 16:29:35 UTC 2024
    - 50.7K bytes
    - Viewed (0)
Back to top