- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1981 - 1990 of 2,191 for host:doc.rust-lang.org (0.04 sec)
-
IntoInnerError in std::io - Rust
An error returned by `BufWriter::into_inner` which combines an error that happened while writing out the buffer, and the buffered writer object which may be used to recover from the condition.doc.rust-lang.org/std/io/struct.IntoInnerError.htmlRegistered: Mon Nov 25 07:09:59 UTC 2024 - Last Modified: Thu Oct 17 16:29:30 UTC 2024 - 40.9K bytes - Viewed (0) -
LineWriter in std::io - Rust
Wraps a writer and buffers output to it, flushing whenever a newline (`0x0a`, `'\n'`) is detected.doc.rust-lang.org/std/io/struct.LineWriter.htmlRegistered: Mon Nov 25 07:10:53 UTC 2024 - Last Modified: Thu Oct 17 16:29:35 UTC 2024 - 43.5K bytes - Viewed (0) -
BufReader in std::io - Rust
The `BufReader<R>` struct adds buffering to any reader.doc.rust-lang.org/std/io/struct.BufReader.htmlRegistered: Mon Nov 25 07:11:43 UTC 2024 - Last Modified: Thu Oct 17 16:29:30 UTC 2024 - 66.5K bytes - Viewed (0) -
FileType in std::fs - Rust
A structure representing a type of file with accessors for each file type. It is returned by `Metadata::file_type` method.doc.rust-lang.org/std/fs/struct.FileType.htmlRegistered: Mon Nov 25 07:11:22 UTC 2024 - Last Modified: Thu Oct 17 16:29:25 UTC 2024 - 47.9K bytes - Viewed (0) -
LazyLock in std::sync - Rust
A value which is initialized on the first access.doc.rust-lang.org/std/sync/struct.LazyLock.htmlRegistered: Mon Nov 25 07:20:41 UTC 2024 - Last Modified: Thu Oct 17 16:29:41 UTC 2024 - 35.1K bytes - Viewed (0) -
Receiver in std::sync::mpsc - Rust
The receiving half of Rust’s `channel` (or `sync_channel`) type. This half can only be owned by one thread.doc.rust-lang.org/std/sync/mpsc/struct.Receiver.htmlRegistered: Mon Nov 25 07:22:50 UTC 2024 - Last Modified: Thu Oct 17 16:29:41 UTC 2024 - 51.7K bytes - Viewed (0) -
RwLockReadGuard in std::sync - Rust
RAII structure used to release the shared read access of a lock when dropped.doc.rust-lang.org/std/sync/struct.RwLockReadGuard.htmlRegistered: Mon Nov 25 07:22:34 UTC 2024 - Last Modified: Thu Oct 17 16:29:44 UTC 2024 - 32K bytes - Viewed (0) -
MutexGuard in std::sync - Rust
An RAII implementation of a “scoped lock” of a mutex. When this structure is dropped (falls out of scope), the lock will be unlocked.doc.rust-lang.org/std/sync/struct.MutexGuard.htmlRegistered: Mon Nov 25 07:20:55 UTC 2024 - Last Modified: Thu Oct 17 16:29:44 UTC 2024 - 32.7K bytes - Viewed (0) -
ScopedJoinHandle in std::thread - Rust
An owned permission to join on a scoped thread (block on its termination).doc.rust-lang.org/std/thread/struct.ScopedJoinHandle.htmlRegistered: Mon Nov 25 07:31:56 UTC 2024 - Last Modified: Thu Oct 17 16:29:42 UTC 2024 - 25.3K bytes - Viewed (0) -
AtomicI8 in std::sync::atomic - Rust
An integer type which can be safely shared between threads.doc.rust-lang.org/std/sync/atomic/struct.AtomicI8.htmlRegistered: Mon Nov 25 07:31:37 UTC 2024 - Last Modified: Thu Oct 17 16:29:41 UTC 2024 - 93.3K bytes - Viewed (0)