pub type RefCounter = RefCounterIsOwned<true>;
Expand description
This class is used to manage reference-counting providing a simple interface and a counter.
RefCounter
represents a C++wxRefCounter
class 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++
wxRefCounter
class’s documentation for more details.
Aliased Type§
pub struct RefCounter(/* private fields */);