pub type SystemSettings = SystemSettingsIsOwned<true>;Expand description
wxSystemSettings allows the application to ask for details about the system.
SystemSettingsrepresents a C++wxSystemSettingsclass instance which your code has ownership,SystemSettingsIsOwned<false>represents one which don’t own.- Use
SystemSettings’snew()orBuildable::builder()(if available) to create an instance of this class. - See C++
wxSystemSettingsclass’s documentation for more details.
Aliased Type§
pub struct SystemSettings(/* private fields */);