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