Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1531 - 1540 of 2,385 for host:doc.rust-lang.org (0.07 seconds)

  1. set_times_nofollow in std::fs - Rust

    Changes the timestamps of the file or symlink at the specified path.
    doc.rust-lang.org/std/fs/fn.set_times_nofollow.html
    Thu May 28 17:42:10 GMT 2026
      6.6K bytes
  2. ONCE_INIT in std::sync - Rust

    Initialization value for static `Once` values.
    doc.rust-lang.org/std/sync/constant.ONCE_INIT.html
    Thu May 28 17:42:17 GMT 2026
      4.4K bytes
  3. LockResult in std::sync - Rust

    A type alias for the result of a lock method which can be poisoned.
    doc.rust-lang.org/std/sync/type.LockResult.html
    Thu May 28 17:42:17 GMT 2026
      5.9K bytes
  4. OnceState in std::sync - Rust

    State yielded to `Once::call_once_force()`โ€™s closure parameter. The state can be used to query the poison status of the `Once`.
    doc.rust-lang.org/std/sync/struct.OnceState.html
    Thu May 28 17:42:17 GMT 2026
      22.8K bytes
  5. OnceLock in std::sync - Rust

    A synchronization primitive which can nominally be written to only once.
    doc.rust-lang.org/std/sync/struct.OnceLock.html
    Thu May 28 17:42:17 GMT 2026
      71.2K bytes
  6. fence in std::sync::atomic - Rust

    An atomic fence.
    doc.rust-lang.org/std/sync/atomic/fn.fence.html
    Thu May 28 17:42:17 GMT 2026
      14.4K bytes
  7. Condvar in std::sync - Rust

    A Condition Variable
    doc.rust-lang.org/std/sync/struct.Condvar.html
    Thu May 28 17:42:17 GMT 2026
      56.8K bytes
  8. MAX_LEN_UTF16 in std::char - Rust

    The maximum number of two-byte units required to encode a `char` to UTF-16 encoding.
    doc.rust-lang.org/std/char/constant.MAX_LEN_UTF16.html
    Thu May 28 17:42:08 GMT 2026
      3.8K bytes
  9. decode_utf16 in std::char - Rust

    Creates an iterator over the UTF-16 encoded code points in `iter`, returning unpaired surrogates as `Err`s. Use `char::decode_utf16` instead.
    doc.rust-lang.org/std/char/fn.decode_utf16.html
    Thu May 28 17:42:08 GMT 2026
      5.5K bytes
  10. 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
    Thu May 28 17:42:08 GMT 2026
      3.7K bytes
Back to Top