Struct browser_window_core::prelude::cbw_ApplicationSettings [−][src]
#[repr(C)]pub struct cbw_ApplicationSettings {
pub resource_dir: cbw_CStrSlice,
}
Fields
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