Struct browser_window_core::prelude::cbw_ApplicationSettings [−][src]
#[repr(C)]pub struct cbw_ApplicationSettings {
pub engine_seperate_executable_path: cbw_CStrSlice,
pub resource_dir: cbw_CStrSlice,
}
Fields
engine_seperate_executable_path: cbw_CStrSlice
resource_dir: cbw_CStrSlice
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cbw_ApplicationSettings
impl !Send for cbw_ApplicationSettings
impl !Sync for cbw_ApplicationSettings
impl Unpin for cbw_ApplicationSettings
impl UnwindSafe for cbw_ApplicationSettings
Blanket Implementations
Mutably borrows from an owned value. Read more