Struct browser_window::prelude::cbw_BrowserWindowSource [−]
#[repr(C)]pub struct cbw_BrowserWindowSource {
pub data: cbw_CStrSlice,
pub is_html: bool,
}
Fields
data: cbw_CStrSlice
is_html: bool
Trait Implementations
impl Clone for cbw_BrowserWindowSource
impl Clone for cbw_BrowserWindowSource
pub fn clone(&self) -> cbw_BrowserWindowSource
pub fn clone(&self) -> cbw_BrowserWindowSource
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for cbw_BrowserWindowSource
impl Debug for cbw_BrowserWindowSource
impl Copy for cbw_BrowserWindowSource
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