#[repr(C)]pub struct bw_BrowserWindowOptions {
pub dev_tools: bool,
pub resource_path: bw_CStrSlice,
}
Fields§
§dev_tools: bool
§resource_path: bw_CStrSlice
Auto Trait Implementations§
impl Freeze for bw_BrowserWindowOptions
impl RefUnwindSafe for bw_BrowserWindowOptions
impl !Send for bw_BrowserWindowOptions
impl !Sync for bw_BrowserWindowOptions
impl Unpin for bw_BrowserWindowOptions
impl UnwindSafe for bw_BrowserWindowOptions
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