Stores a value in the buffer, creating a real Rc.
Rc
impl<T, H> RcBuf<T, H> where T: Leak, H: Allocator, { fn set(self, val: T) -> Rc<T, H> }
The value to be stored in the buffer.