Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 2,288 for host:doc.rust-lang.org (0.04 sec)

  1. 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: Mon Mar 31 01:29:17 UTC 2025
    - Last Modified: Tue Mar 18 17:30:10 UTC 2025
    - 50.4K bytes
    - Viewed (0)
  2. CString in std::ffi::c_str - Rust

    A type representing an owned, C-compatible, nul-terminated string with no nul bytes in the middle.
    doc.rust-lang.org/std/ffi/c_str/struct.CString.html Similar Results (1)
    Registered: Mon Mar 31 01:29:52 UTC 2025
    - Last Modified: Tue Mar 18 17:30:11 UTC 2025
    - 135.5K 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: Mon Mar 31 01:28:46 UTC 2025
    - Last Modified: Tue Mar 18 17:30:11 UTC 2025
    - 98.9K bytes
    - Viewed (0)
  4. 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: Mon Mar 31 01:28:53 UTC 2025
    - Last Modified: Tue Mar 18 17:30:12 UTC 2025
    - 30.2K bytes
    - Viewed (0)
  5. Mask in std::simd::prelude - Rust

    A SIMD vector mask for `N` elements of width specified by `Element`.
    doc.rust-lang.org/std/simd/prelude/struct.Mask.html Similar Results (1)
    Registered: Mon Mar 31 01:40:27 UTC 2025
    - Last Modified: Tue Mar 18 17:30:21 UTC 2025
    - 230.2K bytes
    - Viewed (0)
  6. Simd in std::simd::prelude - Rust

    A SIMD vector with the shape of `[T; N]` but the operations of `T`.
    doc.rust-lang.org/std/simd/prelude/struct.Simd.html Similar Results (1)
    Registered: Mon Mar 31 01:40:43 UTC 2025
    - Last Modified: Tue Mar 18 17:30:23 UTC 2025
    - 2.2M bytes
    - Viewed (0)
  7. AtomicU16 in std::sync::atomic - Rust

    An integer type which can be safely shared between threads.
    doc.rust-lang.org/std/sync/atomic/struct.AtomicU16.html Similar Results (4)
    Registered: Mon Mar 31 01:41:00 UTC 2025
    - Last Modified: Tue Mar 18 17:30:23 UTC 2025
    - 94.5K bytes
    - Viewed (0)
  8. CommandEnvs in std::process - Rust

    An iterator over the command environment variables.
    doc.rust-lang.org/std/process/struct.CommandEnvs.html Similar Results (3)
    Registered: Mon Mar 31 01:39:44 UTC 2025
    - Last Modified: Tue Mar 18 17:30:20 UTC 2025
    - 153.4K bytes
    - Viewed (0)
  9. CoerceUnsized in std::ops - Rust

    Trait that indicates that this is a pointer or a wrapper for one, where unsizing can be performed on the pointee.
    doc.rust-lang.org/std/ops/trait.CoerceUnsized.html
    Registered: Mon Mar 31 01:51:39 UTC 2025
    - Last Modified: Tue Mar 18 17:30:20 UTC 2025
    - 27.3K bytes
    - Viewed (0)
  10. AsyncDrop in std::future - Rust

    Custom code within the asynchronous destructor.
    doc.rust-lang.org/std/future/trait.AsyncDrop.html
    Registered: Mon Mar 31 01:52:29 UTC 2025
    - Last Modified: Tue Mar 18 17:30:12 UTC 2025
    - 7.5K bytes
    - Viewed (0)
Back to top