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