Build a Rc instance with the provided resource
Removes a reference to the held reference.
Postblit adds a reference to the held reference.
Decrease the ref count and return the object without calling dispose
Assign another resource. Release the previously held ref and retain the new one.
Check whether this Rc is assigned to a resource.
Reset the resource.
Helper struct that manages the reference count of an object using RAII.