#[repr(C)]pub struct cbw_BrowserWindowOptions {
pub dev_tools: cBOOL,
pub resource_path: cbw_CStrSlice,
}
Fields§
§dev_tools: cBOOL
§resource_path: cbw_CStrSlice
Trait Implementations§
source§impl Clone for cbw_BrowserWindowOptions
impl Clone for cbw_BrowserWindowOptions
source§fn clone(&self) -> cbw_BrowserWindowOptions
fn clone(&self) -> cbw_BrowserWindowOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§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§
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