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