Trait alloc::rc::RcBoxPtr
[−]
[src]
trait RcBoxPtr<T: ?Sized> {
fn inner(&self) -> &RcBox<T>;
fn strong(&self) -> usize { ... }
fn inc_strong(&self) { ... }
fn dec_strong(&self) { ... }
fn weak(&self) -> usize { ... }
fn inc_weak(&self) { ... }
fn dec_weak(&self) { ... }
}