Struct browser_window::prelude::cbw_BrowserWindowImpl [−]
#[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
impl Clone for cbw_BrowserWindowImpl
impl Clone for cbw_BrowserWindowImpl
pub fn clone(&self) -> cbw_BrowserWindowImpl
pub fn clone(&self) -> cbw_BrowserWindowImpl
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for cbw_BrowserWindowImpl
impl Debug for cbw_BrowserWindowImpl
impl Copy for cbw_BrowserWindowImpl
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