Struct browser_window::prelude::cbw_BrowserWindowOptions [−]
#[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
impl Clone for cbw_BrowserWindowOptions
impl Clone for cbw_BrowserWindowOptions
pub fn clone(&self) -> cbw_BrowserWindowOptions
pub fn clone(&self) -> cbw_BrowserWindowOptions
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for cbw_BrowserWindowOptions
impl Debug for cbw_BrowserWindowOptions
impl Copy for cbw_BrowserWindowOptions
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