Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1441 - 1450 of 2,276 for host:doc.rust-lang.org (0.03 sec)

  1. from_u32 in std::char - Rust

    Converts a `u32` to a `char`. Use `char::from_u32` instead.
    doc.rust-lang.org/std/char/fn.from_u32.html
    Registered: Fri Dec 12 01:54:47 UTC 2025
    - Last Modified: Thu Dec 11 14:50:35 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  2. FromRawHandle in std::os::windows::io - Rust

    Constructs I/O objects from raw handles.
    doc.rust-lang.org/std/os/windows/io/trait.FromRawHandle.html
    Registered: Fri Dec 12 01:53:00 UTC 2025
    - Last Modified: Thu Dec 11 14:50:41 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  3. successors in std::iter - Rust

    Creates an iterator which, starting from an initial item, computes each successive item from the preceding one.
    doc.rust-lang.org/std/iter/fn.successors.html
    Registered: Fri Dec 12 01:53:56 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  4. Freeze in std::marker - Rust

    Used to determine whether a type contains any `UnsafeCell` internally, but not through an indirection. This affects, for example, whether a `static` of that type is placed in read-only static memory or writable static memory. This can be used to declare that a constant with a generic type will not contain interior mutability, and subsequently allow placing the constant behind references.
    doc.rust-lang.org/std/marker/trait.Freeze.html
    Registered: Fri Dec 12 01:23:28 UTC 2025
    - Last Modified: Thu Dec 11 14:50:40 UTC 2025
    - 280.4K bytes
    - Viewed (0)
  5. SendError in std::sync::mpsc - Rust

    An error returned from the `Sender::send` or `SyncSender::send` function on channels.
    doc.rust-lang.org/std/sync/mpsc/struct.SendError.html
    Registered: Fri Dec 12 01:24:18 UTC 2025
    - Last Modified: Thu Dec 11 14:50:44 UTC 2025
    - 41.6K bytes
    - Viewed (0)
  6. sync_channel in std::sync::mpsc - Rust

    Creates a new synchronous, bounded channel.
    doc.rust-lang.org/std/sync/mpsc/fn.sync_channel.html
    Registered: Fri Dec 12 01:24:22 UTC 2025
    - Last Modified: Thu Dec 11 14:50:44 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  7. TrySendError in std::sync::mpsc - Rust

    This enumeration is the list of the possible error outcomes for the `try_send` method.
    doc.rust-lang.org/std/sync/mpsc/enum.TrySendError.html
    Registered: Fri Dec 12 01:24:29 UTC 2025
    - Last Modified: Thu Dec 11 14:50:44 UTC 2025
    - 41K bytes
    - Viewed (0)
  8. scope in std::thread - Rust

    Creates a scope for spawning scoped threads.
    doc.rust-lang.org/std/thread/fn.scope.html
    Registered: Fri Dec 12 01:21:13 UTC 2025
    - Last Modified: Thu Dec 11 14:50:44 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  9. add_spawn_hook in std::thread - Rust

    Registers a function to run for every newly thread spawned.
    doc.rust-lang.org/std/thread/fn.add_spawn_hook.html
    Registered: Fri Dec 12 01:21:19 UTC 2025
    - Last Modified: Thu Dec 11 14:50:44 UTC 2025
    - 7.7K bytes
    - Viewed (0)
  10. BorrowedSocket in std::os::windows::io - Rust

    A borrowed socket.
    doc.rust-lang.org/std/os/windows/io/struct.BorrowedSocket.html
    Registered: Fri Dec 12 01:21:26 UTC 2025
    - Last Modified: Thu Dec 11 14:50:41 UTC 2025
    - 33.2K bytes
    - Viewed (0)
Back to top