#[repr(C)]pub struct cbw_BrowserWindowEvents {
pub on_address_changed: cbw_Event,
pub on_console_message: cbw_Event,
pub on_favicon_changed: cbw_Event,
pub on_fullscreen_mode_changed: cbw_Event,
pub on_loading_progress_changed: cbw_Event,
pub on_message: cbw_Event,
pub on_navigation_start: cbw_Event,
pub on_navigation_end: cbw_Event,
pub on_page_title_changed: cbw_Event,
pub on_status_message: cbw_Event,
pub on_tooltip: cbw_Event,
}
Fields§
§on_address_changed: cbw_Event
§on_console_message: cbw_Event
§on_favicon_changed: cbw_Event
§on_fullscreen_mode_changed: cbw_Event
§on_loading_progress_changed: cbw_Event
§on_message: cbw_Event
§on_page_title_changed: cbw_Event
§on_status_message: cbw_Event
§on_tooltip: cbw_Event
Trait Implementations§
Source§impl Clone for cbw_BrowserWindowEvents
impl Clone for cbw_BrowserWindowEvents
Source§fn clone(&self) -> cbw_BrowserWindowEvents
fn clone(&self) -> cbw_BrowserWindowEvents
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for cbw_BrowserWindowEvents
impl Debug for cbw_BrowserWindowEvents
impl Copy for cbw_BrowserWindowEvents
Auto Trait Implementations§
impl Freeze for cbw_BrowserWindowEvents
impl RefUnwindSafe for cbw_BrowserWindowEvents
impl !Send for cbw_BrowserWindowEvents
impl !Sync for cbw_BrowserWindowEvents
impl Unpin for cbw_BrowserWindowEvents
impl UnwindSafe for cbw_BrowserWindowEvents
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more