Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 751 - 760 of 2,271 for host:doc.rust-lang.org (0.26 sec)

  1. repeat_with in std::iter - Rust

    Creates a new iterator that repeats elements of type `A` endlessly by applying the provided closure, the repeater, `F: FnMut() -> A`.
    doc.rust-lang.org/std/iter/fn.repeat_with.html
    Registered: Fri Dec 26 02:43:31 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  2. size_of in std::mem - Rust

    Returns the size of a type in bytes.
    doc.rust-lang.org/std/mem/fn.size_of.html
    Registered: Fri Dec 26 02:42:24 UTC 2025
    - Last Modified: Thu Dec 11 14:50:40 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  3. stdin in std::io - Rust

    Constructs a new handle to the standard input of the current process.
    doc.rust-lang.org/std/io/fn.stdin.html
    Registered: Fri Dec 26 02:42:37 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  4. write_bytes in std::intrinsics - Rust

    This is an accidentally-stable alias to `ptr::write_bytes`; use that instead.
    doc.rust-lang.org/std/intrinsics/fn.write_bytes.html
    Registered: Fri Dec 26 02:42:55 UTC 2025
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. needs_drop in std::mem - Rust

    Returns `true` if dropping values of type `T` matters.
    doc.rust-lang.org/std/mem/fn.needs_drop.html
    Registered: Fri Dec 26 02:40:58 UTC 2025
    - Last Modified: Thu Dec 11 14:50:40 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  6. zip in std::iter - Rust

    Converts the arguments to iterators and zips them.
    doc.rust-lang.org/std/iter/fn.zip.html
    Registered: Fri Dec 26 02:41:52 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  7. derive in std::prelude::v1 - Rust

    Attribute macro used to apply derive macros.
    doc.rust-lang.org/std/prelude/v1/attr.derive.html
    Registered: Fri Dec 26 02:11:44 UTC 2025
    - Last Modified: Thu Dec 11 14:50:42 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  8. simd_swizzle in std::simd - Rust

    Constructs a new SIMD vector by copying elements from selected elements in other vectors.
    doc.rust-lang.org/std/simd/macro.simd_swizzle.html
    Registered: Fri Dec 26 02:11:53 UTC 2025
    - Last Modified: Thu Dec 11 14:50:42 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  9. CoercePointee in std::marker - Rust

    Derive macro that makes a smart pointer usable with trait objects.
    doc.rust-lang.org/std/marker/derive.CoercePointee.html
    Registered: Fri Dec 26 02:12:03 UTC 2025
    - Last Modified: Thu Dec 11 14:50:40 UTC 2025
    - 18K bytes
    - Viewed (0)
  10. from_u32_unchecked in std::char - Rust

    Converts a `u32` to a `char`, ignoring validity. Use `char::from_u32_unchecked` instead.
    doc.rust-lang.org/std/char/fn.from_u32_unchecked.html
    Registered: Fri Dec 26 02:16:43 UTC 2025
    - Last Modified: Thu Dec 11 14:50:35 UTC 2025
    - 3.7K bytes
    - Viewed (0)
Back to top