Type Alias ObjectRefData

Source
pub type ObjectRefData = ObjectRefDataIsOwned<true>;
Expand description

This class is just a typedef to wxRefCounter and is used by wxObject.

Aliased Type§

pub struct ObjectRefData(/* private fields */);