[src]

Function std::cast::bump_box_refcount

pub unsafe fn bump_box_refcount<T>(t: @T)

Force-increment the reference count on a shared box. If used carelessly, this can leak the box.