pub type VariantData = VariantDataIsOwned<true>;Expand description
The wxVariantData class is used to implement a new type for wxVariant.
VariantDatarepresents a C++wxVariantDataclass 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++
wxVariantDataclass’s documentation for more details.
Aliased Type§
pub struct VariantData(/* private fields */);