Struct windows::WeakRefCount [−][src]
#[repr(transparent)]pub struct WeakRefCount(_);
Expand description
A thread-safe reference count for use with COM weak reference implementations.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WeakRefCountimpl Send for WeakRefCountimpl Sync for WeakRefCountimpl Unpin for WeakRefCountimpl UnwindSafe for WeakRefCount