#[repr(C)]pub struct _cef_dev_tools_message_observer_t {
pub base: cef_base_ref_counted_t,
pub on_dev_tools_message: Option<unsafe extern "C" fn(self_: *mut _cef_dev_tools_message_observer_t, browser: *mut _cef_browser_t, message: *const c_void, message_size: usize) -> c_int>,
pub on_dev_tools_method_result: Option<unsafe extern "C" fn(self_: *mut _cef_dev_tools_message_observer_t, browser: *mut _cef_browser_t, message_id: c_int, success: c_int, result: *const c_void, result_size: usize)>,
pub on_dev_tools_event: Option<unsafe extern "C" fn(self_: *mut _cef_dev_tools_message_observer_t, browser: *mut _cef_browser_t, method: *const cef_string_t, params: *const c_void, params_size: usize)>,
pub on_dev_tools_agent_attached: Option<unsafe extern "C" fn(self_: *mut _cef_dev_tools_message_observer_t, browser: *mut _cef_browser_t)>,
pub on_dev_tools_agent_detached: Option<unsafe extern "C" fn(self_: *mut _cef_dev_tools_message_observer_t, browser: *mut _cef_browser_t)>,
}Fields§
§base: cef_base_ref_counted_t§on_dev_tools_message: Option<unsafe extern "C" fn(self_: *mut _cef_dev_tools_message_observer_t, browser: *mut _cef_browser_t, message: *const c_void, message_size: usize) -> c_int>§on_dev_tools_method_result: Option<unsafe extern "C" fn(self_: *mut _cef_dev_tools_message_observer_t, browser: *mut _cef_browser_t, message_id: c_int, success: c_int, result: *const c_void, result_size: usize)>§on_dev_tools_event: Option<unsafe extern "C" fn(self_: *mut _cef_dev_tools_message_observer_t, browser: *mut _cef_browser_t, method: *const cef_string_t, params: *const c_void, params_size: usize)>§on_dev_tools_agent_attached: Option<unsafe extern "C" fn(self_: *mut _cef_dev_tools_message_observer_t, browser: *mut _cef_browser_t)>§on_dev_tools_agent_detached: Option<unsafe extern "C" fn(self_: *mut _cef_dev_tools_message_observer_t, browser: *mut _cef_browser_t)>Trait Implementations§
Source§impl Clone for _cef_dev_tools_message_observer_t
impl Clone for _cef_dev_tools_message_observer_t
Source§fn clone(&self) -> _cef_dev_tools_message_observer_t
fn clone(&self) -> _cef_dev_tools_message_observer_t
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 moreimpl Copy for _cef_dev_tools_message_observer_t
Auto Trait Implementations§
impl Freeze for _cef_dev_tools_message_observer_t
impl RefUnwindSafe for _cef_dev_tools_message_observer_t
impl Send for _cef_dev_tools_message_observer_t
impl Sync for _cef_dev_tools_message_observer_t
impl Unpin for _cef_dev_tools_message_observer_t
impl UnwindSafe for _cef_dev_tools_message_observer_t
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