Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1431 - 1440 of 2,191 for host:doc.rust-lang.org (0.04 sec)

  1. PermissionsExt in std::os::unix::fs - Rust

    Unix-specific extensions to `fs::Permissions`.
    doc.rust-lang.org/std/os/unix/fs/trait.PermissionsExt.html
    Registered: Mon Nov 25 07:43:56 UTC 2024
    - Last Modified: Thu Oct 17 16:29:34 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. Tuple in std::marker - Rust

    A marker for tuple types.
    doc.rust-lang.org/std/marker/trait.Tuple.html
    Registered: Mon Nov 25 07:45:16 UTC 2024
    - Last Modified: Thu Oct 17 16:29:37 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  3. 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 Nov 25 07:08:35 UTC 2024
    - Last Modified: Thu Oct 17 16:29:25 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  4. StdinLock in std::io - Rust

    A locked reference to the `Stdin` handle.
    doc.rust-lang.org/std/io/struct.StdinLock.html
    Registered: Mon Nov 25 07:11:17 UTC 2024
    - Last Modified: Thu Oct 17 16:29:35 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  5. 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 Nov 25 07:12:32 UTC 2024
    - Last Modified: Thu Oct 17 16:29:35 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  6. JoinPathsError in std::env - Rust

    The error type for operations on the `PATH` variable. Possibly returned from `env::join_paths()`.
    doc.rust-lang.org/std/env/struct.JoinPathsError.html
    Registered: Mon Nov 25 07:11:30 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  7. Barrier in std::sync - Rust

    A barrier enables multiple threads to synchronize the beginning of some computation.
    doc.rust-lang.org/std/sync/struct.Barrier.html
    Registered: Mon Nov 25 07:19:49 UTC 2024
    - Last Modified: Thu Oct 17 16:29:41 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  8. MappedRwLockReadGuard in std::sync - Rust

    RAII structure used to release the shared read access of a lock when dropped, which can point to a subfield of the protected data.
    doc.rust-lang.org/std/sync/struct.MappedRwLockReadGuard.html
    Registered: Mon Nov 25 07:21:52 UTC 2024
    - Last Modified: Thu Oct 17 16:29:41 UTC 2024
    - 32.2K bytes
    - Viewed (0)
  9. SystemTimeError in std::time - Rust

    An error returned from the `duration_since` and `elapsed` methods on `SystemTime`, used to learn how far in the opposite direction a system time lies.
    doc.rust-lang.org/std/time/struct.SystemTimeError.html
    Registered: Mon Nov 25 07:36:43 UTC 2024
    - Last Modified: Thu Oct 17 16:29:42 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  10. VarError in std::env - Rust

    The error type for operations interacting with environment variables. Possibly returned from `env::var()`.
    doc.rust-lang.org/std/env/enum.VarError.html
    Registered: Mon Nov 25 07:37:37 UTC 2024
    - Last Modified: Thu Oct 17 16:29:23 UTC 2024
    - 35K bytes
    - Viewed (0)
Back to top