Struct browser_window::application::ApplicationSettings [−][src]
pub struct ApplicationSettings {
pub engine_seperate_executable_path: Option<PathBuf>,
pub resource_dir: Option<String>,
}
Fields
engine_seperate_executable_path: Option<PathBuf>
resource_dir: Option<String>
Trait Implementations
Returns the “default value” for a type. Read more