- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1141 - 1150 of 2,191 for host:doc.rust-lang.org (0.05 sec)
-
channel in std::sync::mpsc - Rust
Creates a new asynchronous channel, returning the sender/receiver halves. All data sent on the `Sender` will become available on the `Receiver` in the same order as it was sent, and no `send` will block the calling thread (this channel has an “infinite buffer”, unlike `sync_channel`, which will block after its buffer limit is reached). `recv` will block until a message is available while there is at least one `Sender` alive (including clones).doc.rust-lang.org/std/sync/mpsc/fn.channel.htmlRegistered: Mon Nov 25 14:06:24 UTC 2024 - Last Modified: Thu Oct 17 16:29:41 UTC 2024 - 7.8K bytes - Viewed (0) -
without_provenance_mut in std::ptr - Rust
Creates a pointer with the given address and no provenance.doc.rust-lang.org/std/ptr/fn.without_provenance_mut.htmlRegistered: Mon Nov 25 14:05:44 UTC 2024 - Last Modified: Thu Oct 17 16:29:38 UTC 2024 - 4.8K bytes - Viewed (0) -
write_volatile in std::ptr - Rust
Performs a volatile write of a memory location with the given value without reading or dropping the old value.doc.rust-lang.org/std/ptr/fn.write_volatile.htmlRegistered: Mon Nov 25 14:05:48 UTC 2024 - Last Modified: Thu Oct 17 16:29:38 UTC 2024 - 6.6K bytes - Viewed (0) -
write_unaligned in std::ptr - Rust
Overwrites a memory location with the given value without reading or dropping the old value.doc.rust-lang.org/std/ptr/fn.write_unaligned.htmlRegistered: Mon Nov 25 14:04:28 UTC 2024 - Last Modified: Thu Oct 17 16:29:38 UTC 2024 - 8.6K bytes - Viewed (0) -
from_mut in std::slice - Rust
Converts a reference to T into a slice of length 1 (without copying).doc.rust-lang.org/std/slice/fn.from_mut.htmlRegistered: Mon Nov 25 14:04:35 UTC 2024 - Last Modified: Thu Oct 17 16:29:39 UTC 2024 - 3.8K bytes - Viewed (0) -
with_exposed_provenance_mut in std::ptr - Rust
Converts an address back to a mutable pointer, picking up a previously ‘exposed’ provenance.doc.rust-lang.org/std/ptr/fn.with_exposed_provenance_mut.htmlRegistered: Mon Nov 25 14:09:52 UTC 2024 - Last Modified: Thu Oct 17 16:29:37 UTC 2024 - 5.8K bytes - Viewed (0) -
NonZeroI16 in std::num - Rust
An integer that is known not to equal zero.doc.rust-lang.org/std/num/type.NonZeroI16.htmlRegistered: Mon Nov 25 14:10:22 UTC 2024 - Last Modified: Thu Oct 17 16:29:32 UTC 2024 - 6.2K bytes - Viewed (0) -
read_unaligned in std::ptr - Rust
Reads the value from `src` without moving it. This leaves the memory in `src` unchanged.doc.rust-lang.org/std/ptr/fn.read_unaligned.htmlRegistered: Mon Nov 25 14:09:42 UTC 2024 - Last Modified: Thu Oct 17 16:29:37 UTC 2024 - 8.4K bytes - Viewed (0) -
dev_t in std::os::linux::raw - Rust
API documentation for the Rust `dev_t` type in crate `std`.doc.rust-lang.org/std/os/linux/raw/type.dev_t.html Similar Results (1)Registered: Mon Nov 25 14:08:23 UTC 2024 - Last Modified: Thu Oct 17 16:29:34 UTC 2024 - 3.9K bytes - Viewed (0) -
write in std::ptr - Rust
Overwrites a memory location with the given value without reading or dropping the old value.doc.rust-lang.org/std/ptr/fn.write.htmlRegistered: Mon Nov 25 14:10:38 UTC 2024 - Last Modified: Thu Oct 17 16:29:38 UTC 2024 - 9.2K bytes - Viewed (0)