Struct browser_window_core::prelude::cbw_BrowserWindow [−][src]
#[repr(C)]pub struct cbw_BrowserWindow {
pub window: *mut cbw_Window,
pub external_handler: Option<unsafe extern "C" fn(*mut cbw_BrowserWindow, cbw_CStrSlice, *mut cbw_CStrSlice, u64)>,
pub user_data: *mut c_void,
pub impl_: cbw_BrowserWindowImpl,
}
Fields
window: *mut cbw_Window
external_handler: Option<unsafe extern "C" fn(*mut cbw_BrowserWindow, cbw_CStrSlice, *mut cbw_CStrSlice, u64)>
user_data: *mut c_void
impl_: cbw_BrowserWindowImpl
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cbw_BrowserWindow
impl !Send for cbw_BrowserWindow
impl !Sync for cbw_BrowserWindow
impl Unpin for cbw_BrowserWindow
impl UnwindSafe for cbw_BrowserWindow
Blanket Implementations
Mutably borrows from an owned value. Read more