Struct browser_window_core::prelude::cbw_BrowserWindowImpl [−][src]
#[repr(C)]pub struct cbw_BrowserWindowImpl {
pub cef_ptr: *mut c_void,
pub resource_path: *mut i8,
}
Fields
cef_ptr: *mut c_void
resource_path: *mut i8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cbw_BrowserWindowImpl
impl !Send for cbw_BrowserWindowImpl
impl !Sync for cbw_BrowserWindowImpl
impl Unpin for cbw_BrowserWindowImpl
impl UnwindSafe for cbw_BrowserWindowImpl
Blanket Implementations
Mutably borrows from an owned value. Read more