Struct com_impl::Refcount

source ·
pub struct Refcount { /* private fields */ }
Expand description

Refcounter object for automatic COM Object implementations. Atomically keeps track of the reference count so that the implementation of IUnknown can properly deallocate the object when all reference counts are gone.

Implementations§

fetch_add(1, Acquire) + 1

fetch_sub(1, Release) - 1

Trait Implementations§

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.