pub type RefCounter = RefCounterIsOwned<true>;Expand description
This class is used to manage reference-counting providing a simple interface and a counter.
RefCounterrepresents a C++wxRefCounterclass instance which your code has ownership,RefCounterIsOwned<false>represents one which don’t own.- Use
RefCounter’snew()to create an instance of this class. - See C++
wxRefCounterclass’s documentation for more details.
Aliased Type§
pub struct RefCounter(/* private fields */);