pub type VariantData = VariantDataIsOwned<true>;
Expand description
The wxVariantData class is used to implement a new type for wxVariant.
VariantData
represents a C++wxVariantData
class instance which your code has ownership,VariantDataIsOwned
<false>
represents one which don’t own.- Use
VariantData
’snew()
to create an instance of this class. - See C++
wxVariantData
class’s documentation for more details.
Aliased Type§
pub struct VariantData(/* private fields */);