Struct std::rc::Weak[src]
pub struct Weak<T> {
// some fields omitted
}Weak reference to a reference-counted box
pub struct Weak<T> {
// some fields omitted
}Weak reference to a reference-counted box
impl<T> Weak<T>impl<T> Drop for Weak<T>fn drop<T>(&mut self)impl<T> Clone for Weak<T>fn clone<T>(&self) -> Weak<T>fn clone_from<T>(&mut self, &Weak<T>)impl<T> RcBoxPtr<T> for Weak<T>fn inner<T>(&'a self) -> &'a RcBox<T>fn strong<T>(&self) -> uintfn inc_strong<T>(&self)fn dec_strong<T>(&self)fn weak<T>(&self) -> uintfn inc_weak<T>(&self)fn dec_weak<T>(&self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).