Struct browser_window::application::ApplicationSettings
source · 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§
source§impl Default for ApplicationSettings
impl Default for ApplicationSettings
source§fn default() -> ApplicationSettings
fn default() -> ApplicationSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ApplicationSettings
impl Send for ApplicationSettings
impl Sync for ApplicationSettings
impl Unpin for ApplicationSettings
impl UnwindSafe for ApplicationSettings
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more