Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 2 of 2 for filetype:html (0.01 seconds)

Showing similar results.

  1. Weak in std::rc - Rust

    `Weak` is a version of `Rc` that holds a non-owning reference to the managed allocation.
    doc.rust-lang.org/std/rc/struct.Weak.html
    Thu Mar 05 18:36:28 GMT 2026
      69.2K bytes
  2. Weak in std::sync - Rust

    `Weak` is a version of `Arc` that holds a non-owning reference to the managed allocation.
    doc.rust-lang.org/std/sync/struct.Weak.html
    Thu Mar 05 18:36:30 GMT 2026
      71.9K bytes
Back to Top