pub type ObjectRefData = ObjectRefDataIsOwned<true>;Expand description
This class is just a typedef to wxRefCounter and is used by wxObject.
ObjectRefDatarepresents a C++wxObjectRefDataclass instance which your code has ownership,ObjectRefDataIsOwned<false>represents one which don’t own.- Use
ObjectRefData’snew()to create an instance of this class. - See C++
wxObjectRefDataclass’s documentation for more details.
Aliased Type§
pub struct ObjectRefData(/* private fields */);