ConvertReturnValue
cef
141.6.0+141.0.11
Convert
Return
Value
Required Methods
wrap_result
Implementations on Foreign Types
*mut _cef_accessibility_handler_t
*mut _cef_app_t
*mut _cef_audio_handler_t
*mut _cef_auth_callback_t
*mut _cef_base_ref_counted_t
*mut _cef_base_scoped_t
*mut _cef_before_download_callback_t
*mut _cef_binary_value_t
*mut _cef_box_layout_t
*mut _cef_browser_host_t
*mut _cef_browser_process_handler_t
*mut _cef_browser_t
*mut _cef_browser_view_delegate_t
*mut _cef_browser_view_t
*mut _cef_button_delegate_t
*mut _cef_button_t
*mut _cef_callback_t
*mut _cef_client_t
*mut _cef_command_handler_t
*mut _cef_command_line_t
*mut _cef_completion_callback_t
*mut _cef_context_menu_handler_t
*mut _cef_context_menu_params_t
*mut _cef_cookie_access_filter_t
*mut _cef_cookie_manager_t
*mut _cef_cookie_visitor_t
*mut _cef_delete_cookies_callback_t
*mut _cef_dev_tools_message_observer_t
*mut _cef_dialog_handler_t
*mut _cef_dictionary_value_t
*mut _cef_display_handler_t
*mut _cef_display_t
*mut _cef_domdocument_t
*mut _cef_domnode_t
*mut _cef_domvisitor_t
*mut _cef_download_handler_t
*mut _cef_download_image_callback_t
*mut _cef_download_item_callback_t
*mut _cef_download_item_t
*mut _cef_drag_data_t
*mut _cef_drag_handler_t
*mut _cef_file_dialog_callback_t
*mut _cef_fill_layout_t
*mut _cef_find_handler_t
*mut _cef_focus_handler_t
*mut _cef_frame_handler_t
*mut _cef_frame_t
*mut _cef_image_t
*mut _cef_jsdialog_callback_t
*mut _cef_jsdialog_handler_t
*mut _cef_keyboard_handler_t
*mut _cef_label_button_t
*mut _cef_layout_t
*mut _cef_life_span_handler_t
*mut _cef_list_value_t
*mut _cef_load_handler_t
*mut _cef_media_access_callback_t
*mut _cef_media_observer_t
*mut _cef_media_route_create_callback_t
*mut _cef_media_route_t
*mut _cef_media_router_t
*mut _cef_media_sink_device_info_callback_t
*mut _cef_media_sink_t
*mut _cef_media_source_t
*mut _cef_menu_button_delegate_t
*mut _cef_menu_button_pressed_lock_t
*mut _cef_menu_button_t
*mut _cef_menu_model_delegate_t
*mut _cef_menu_model_t
*mut _cef_navigation_entry_t
*mut _cef_navigation_entry_visitor_t
*mut _cef_overlay_controller_t
*mut _cef_panel_delegate_t
*mut _cef_panel_t
*mut _cef_pdf_print_callback_t
*mut _cef_permission_handler_t
*mut _cef_permission_prompt_callback_t
*mut _cef_post_data_element_t
*mut _cef_post_data_t
*mut _cef_preference_manager_t
*mut _cef_preference_observer_t
*mut _cef_preference_registrar_t
*mut _cef_print_dialog_callback_t
*mut _cef_print_handler_t
*mut _cef_print_job_callback_t
*mut _cef_print_settings_t
*mut _cef_process_message_t
*mut _cef_read_handler_t
*mut _cef_registration_t
*mut _cef_render_handler_t
*mut _cef_render_process_handler_t
*mut _cef_request_context_handler_t
*mut _cef_request_context_t
*mut _cef_request_handler_t
*mut _cef_request_t
*mut _cef_resolve_callback_t
*mut _cef_resource_bundle_handler_t
*mut _cef_resource_handler_t
*mut _cef_resource_read_callback_t
*mut _cef_resource_request_handler_t
*mut _cef_resource_skip_callback_t
*mut _cef_response_filter_t
*mut _cef_response_t
*mut _cef_run_context_menu_callback_t
*mut _cef_run_file_dialog_callback_t
*mut _cef_run_quick_menu_callback_t
*mut _cef_scheme_handler_factory_t
*mut _cef_scheme_registrar_t
*mut _cef_scroll_view_t
*mut _cef_select_client_certificate_callback_t
*mut _cef_set_cookie_callback_t
*mut _cef_setting_observer_t
*mut _cef_shared_memory_region_t
*mut _cef_sslinfo_t
*mut _cef_sslstatus_t
*mut _cef_stream_reader_t
*mut _cef_stream_writer_t
*mut _cef_string_visitor_t
*mut _cef_task_runner_t
*mut _cef_task_t
*mut _cef_textfield_delegate_t
*mut _cef_textfield_t
*mut _cef_unresponsive_process_callback_t
*mut _cef_urlrequest_client_t
*mut _cef_urlrequest_t
*mut _cef_v8_accessor_t
*mut _cef_v8_array_buffer_release_callback_t
*mut _cef_v8_context_t
*mut _cef_v8_exception_t
*mut _cef_v8_handler_t
*mut _cef_v8_interceptor_t
*mut _cef_v8_stack_frame_t
*mut _cef_v8_stack_trace_t
*mut _cef_v8_value_t
*mut _cef_value_t
*mut _cef_view_delegate_t
*mut _cef_view_t
*mut _cef_window_delegate_t
*mut _cef_window_t
*mut _cef_write_handler_t
*mut _cef_x509_cert_principal_t
*mut _cef_x509_certificate_t
Implementors
In cef::rc
cef
::
rc
Trait
Convert
Return
Value
Copy item path
Source
pub trait ConvertReturnValue<T:
Sized
> { // Required method fn
wrap_result
(self) -> T; }
Required Methods
§
Source
fn
wrap_result
(self) -> T
Implementations on Foreign Types
§
Source
§
impl
ConvertReturnValue
<
AccessibilityHandler
> for
*mut
_cef_accessibility_handler_t
Source
§
fn
wrap_result
(self) ->
AccessibilityHandler
Source
§
impl
ConvertReturnValue
<
App
> for
*mut
_cef_app_t
Source
§
fn
wrap_result
(self) ->
App
Source
§
impl
ConvertReturnValue
<
AudioHandler
> for
*mut
_cef_audio_handler_t
Source
§
fn
wrap_result
(self) ->
AudioHandler
Source
§
impl
ConvertReturnValue
<
AuthCallback
> for
*mut
_cef_auth_callback_t
Source
§
fn
wrap_result
(self) ->
AuthCallback
Source
§
impl
ConvertReturnValue
<
BaseRefCounted
> for
*mut
_cef_base_ref_counted_t
Source
§
fn
wrap_result
(self) ->
BaseRefCounted
Source
§
impl
ConvertReturnValue
<
BaseScoped
> for
*mut
_cef_base_scoped_t
Source
§
fn
wrap_result
(self) ->
BaseScoped
Source
§
impl
ConvertReturnValue
<
BeforeDownloadCallback
> for
*mut
_cef_before_download_callback_t
Source
§
fn
wrap_result
(self) ->
BeforeDownloadCallback
Source
§
impl
ConvertReturnValue
<
BinaryValue
> for
*mut
_cef_binary_value_t
Source
§
fn
wrap_result
(self) ->
BinaryValue
Source
§
impl
ConvertReturnValue
<
BoxLayout
> for
*mut
_cef_box_layout_t
Source
§
fn
wrap_result
(self) ->
BoxLayout
Source
§
impl
ConvertReturnValue
<
Browser
> for
*mut
_cef_browser_t
Source
§
fn
wrap_result
(self) ->
Browser
Source
§
impl
ConvertReturnValue
<
BrowserHost
> for
*mut
_cef_browser_host_t
Source
§
fn
wrap_result
(self) ->
BrowserHost
Source
§
impl
ConvertReturnValue
<
BrowserProcessHandler
> for
*mut
_cef_browser_process_handler_t
Source
§
fn
wrap_result
(self) ->
BrowserProcessHandler
Source
§
impl
ConvertReturnValue
<
BrowserView
> for
*mut
_cef_browser_view_t
Source
§
fn
wrap_result
(self) ->
BrowserView
Source
§
impl
ConvertReturnValue
<
BrowserViewDelegate
> for
*mut
_cef_browser_view_delegate_t
Source
§
fn
wrap_result
(self) ->
BrowserViewDelegate
Source
§
impl
ConvertReturnValue
<
Button
> for
*mut
_cef_button_t
Source
§
fn
wrap_result
(self) ->
Button
Source
§
impl
ConvertReturnValue
<
ButtonDelegate
> for
*mut
_cef_button_delegate_t
Source
§
fn
wrap_result
(self) ->
ButtonDelegate
Source
§
impl
ConvertReturnValue
<
Callback
> for
*mut
_cef_callback_t
Source
§
fn
wrap_result
(self) ->
Callback
Source
§
impl
ConvertReturnValue
<
CefStringVisitor
> for
*mut
_cef_string_visitor_t
Source
§
fn
wrap_result
(self) ->
CefStringVisitor
Source
§
impl
ConvertReturnValue
<
Client
> for
*mut
_cef_client_t
Source
§
fn
wrap_result
(self) ->
Client
Source
§
impl
ConvertReturnValue
<
CommandHandler
> for
*mut
_cef_command_handler_t
Source
§
fn
wrap_result
(self) ->
CommandHandler
Source
§
impl
ConvertReturnValue
<
CommandLine
> for
*mut
_cef_command_line_t
Source
§
fn
wrap_result
(self) ->
CommandLine
Source
§
impl
ConvertReturnValue
<
CompletionCallback
> for
*mut
_cef_completion_callback_t
Source
§
fn
wrap_result
(self) ->
CompletionCallback
Source
§
impl
ConvertReturnValue
<
ContextMenuHandler
> for
*mut
_cef_context_menu_handler_t
Source
§
fn
wrap_result
(self) ->
ContextMenuHandler
Source
§
impl
ConvertReturnValue
<
ContextMenuParams
> for
*mut
_cef_context_menu_params_t
Source
§
fn
wrap_result
(self) ->
ContextMenuParams
Source
§
impl
ConvertReturnValue
<
CookieAccessFilter
> for
*mut
_cef_cookie_access_filter_t
Source
§
fn
wrap_result
(self) ->
CookieAccessFilter
Source
§
impl
ConvertReturnValue
<
CookieManager
> for
*mut
_cef_cookie_manager_t
Source
§
fn
wrap_result
(self) ->
CookieManager
Source
§
impl
ConvertReturnValue
<
CookieVisitor
> for
*mut
_cef_cookie_visitor_t
Source
§
fn
wrap_result
(self) ->
CookieVisitor
Source
§
impl
ConvertReturnValue
<
DeleteCookiesCallback
> for
*mut
_cef_delete_cookies_callback_t
Source
§
fn
wrap_result
(self) ->
DeleteCookiesCallback
Source
§
impl
ConvertReturnValue
<
DevToolsMessageObserver
> for
*mut
_cef_dev_tools_message_observer_t
Source
§
fn
wrap_result
(self) ->
DevToolsMessageObserver
Source
§
impl
ConvertReturnValue
<
DialogHandler
> for
*mut
_cef_dialog_handler_t
Source
§
fn
wrap_result
(self) ->
DialogHandler
Source
§
impl
ConvertReturnValue
<
DictionaryValue
> for
*mut
_cef_dictionary_value_t
Source
§
fn
wrap_result
(self) ->
DictionaryValue
Source
§
impl
ConvertReturnValue
<
Display
> for
*mut
_cef_display_t
Source
§
fn
wrap_result
(self) ->
Display
Source
§
impl
ConvertReturnValue
<
DisplayHandler
> for
*mut
_cef_display_handler_t
Source
§
fn
wrap_result
(self) ->
DisplayHandler
Source
§
impl
ConvertReturnValue
<
Domdocument
> for
*mut
_cef_domdocument_t
Source
§
fn
wrap_result
(self) ->
Domdocument
Source
§
impl
ConvertReturnValue
<
Domnode
> for
*mut
_cef_domnode_t
Source
§
fn
wrap_result
(self) ->
Domnode
Source
§
impl
ConvertReturnValue
<
Domvisitor
> for
*mut
_cef_domvisitor_t
Source
§
fn
wrap_result
(self) ->
Domvisitor
Source
§
impl
ConvertReturnValue
<
DownloadHandler
> for
*mut
_cef_download_handler_t
Source
§
fn
wrap_result
(self) ->
DownloadHandler
Source
§
impl
ConvertReturnValue
<
DownloadImageCallback
> for
*mut
_cef_download_image_callback_t
Source
§
fn
wrap_result
(self) ->
DownloadImageCallback
Source
§
impl
ConvertReturnValue
<
DownloadItem
> for
*mut
_cef_download_item_t
Source
§
fn
wrap_result
(self) ->
DownloadItem
Source
§
impl
ConvertReturnValue
<
DownloadItemCallback
> for
*mut
_cef_download_item_callback_t
Source
§
fn
wrap_result
(self) ->
DownloadItemCallback
Source
§
impl
ConvertReturnValue
<
DragData
> for
*mut
_cef_drag_data_t
Source
§
fn
wrap_result
(self) ->
DragData
Source
§
impl
ConvertReturnValue
<
DragHandler
> for
*mut
_cef_drag_handler_t
Source
§
fn
wrap_result
(self) ->
DragHandler
Source
§
impl
ConvertReturnValue
<
FileDialogCallback
> for
*mut
_cef_file_dialog_callback_t
Source
§
fn
wrap_result
(self) ->
FileDialogCallback
Source
§
impl
ConvertReturnValue
<
FillLayout
> for
*mut
_cef_fill_layout_t
Source
§
fn
wrap_result
(self) ->
FillLayout
Source
§
impl
ConvertReturnValue
<
FindHandler
> for
*mut
_cef_find_handler_t
Source
§
fn
wrap_result
(self) ->
FindHandler
Source
§
impl
ConvertReturnValue
<
FocusHandler
> for
*mut
_cef_focus_handler_t
Source
§
fn
wrap_result
(self) ->
FocusHandler
Source
§
impl
ConvertReturnValue
<
Frame
> for
*mut
_cef_frame_t
Source
§
fn
wrap_result
(self) ->
Frame
Source
§
impl
ConvertReturnValue
<
FrameHandler
> for
*mut
_cef_frame_handler_t
Source
§
fn
wrap_result
(self) ->
FrameHandler
Source
§
impl
ConvertReturnValue
<
Image
> for
*mut
_cef_image_t
Source
§
fn
wrap_result
(self) ->
Image
Source
§
impl
ConvertReturnValue
<
JsdialogCallback
> for
*mut
_cef_jsdialog_callback_t
Source
§
fn
wrap_result
(self) ->
JsdialogCallback
Source
§
impl
ConvertReturnValue
<
JsdialogHandler
> for
*mut
_cef_jsdialog_handler_t
Source
§
fn
wrap_result
(self) ->
JsdialogHandler
Source
§
impl
ConvertReturnValue
<
KeyboardHandler
> for
*mut
_cef_keyboard_handler_t
Source
§
fn
wrap_result
(self) ->
KeyboardHandler
Source
§
impl
ConvertReturnValue
<
LabelButton
> for
*mut
_cef_label_button_t
Source
§
fn
wrap_result
(self) ->
LabelButton
Source
§
impl
ConvertReturnValue
<
Layout
> for
*mut
_cef_layout_t
Source
§
fn
wrap_result
(self) ->
Layout
Source
§
impl
ConvertReturnValue
<
LifeSpanHandler
> for
*mut
_cef_life_span_handler_t
Source
§
fn
wrap_result
(self) ->
LifeSpanHandler
Source
§
impl
ConvertReturnValue
<
ListValue
> for
*mut
_cef_list_value_t
Source
§
fn
wrap_result
(self) ->
ListValue
Source
§
impl
ConvertReturnValue
<
LoadHandler
> for
*mut
_cef_load_handler_t
Source
§
fn
wrap_result
(self) ->
LoadHandler
Source
§
impl
ConvertReturnValue
<
MediaAccessCallback
> for
*mut
_cef_media_access_callback_t
Source
§
fn
wrap_result
(self) ->
MediaAccessCallback
Source
§
impl
ConvertReturnValue
<
MediaObserver
> for
*mut
_cef_media_observer_t
Source
§
fn
wrap_result
(self) ->
MediaObserver
Source
§
impl
ConvertReturnValue
<
MediaRoute
> for
*mut
_cef_media_route_t
Source
§
fn
wrap_result
(self) ->
MediaRoute
Source
§
impl
ConvertReturnValue
<
MediaRouteCreateCallback
> for
*mut
_cef_media_route_create_callback_t
Source
§
fn
wrap_result
(self) ->
MediaRouteCreateCallback
Source
§
impl
ConvertReturnValue
<
MediaRouter
> for
*mut
_cef_media_router_t
Source
§
fn
wrap_result
(self) ->
MediaRouter
Source
§
impl
ConvertReturnValue
<
MediaSink
> for
*mut
_cef_media_sink_t
Source
§
fn
wrap_result
(self) ->
MediaSink
Source
§
impl
ConvertReturnValue
<
MediaSinkDeviceInfoCallback
> for
*mut
_cef_media_sink_device_info_callback_t
Source
§
fn
wrap_result
(self) ->
MediaSinkDeviceInfoCallback
Source
§
impl
ConvertReturnValue
<
MediaSource
> for
*mut
_cef_media_source_t
Source
§
fn
wrap_result
(self) ->
MediaSource
Source
§
impl
ConvertReturnValue
<
MenuButton
> for
*mut
_cef_menu_button_t
Source
§
fn
wrap_result
(self) ->
MenuButton
Source
§
impl
ConvertReturnValue
<
MenuButtonDelegate
> for
*mut
_cef_menu_button_delegate_t
Source
§
fn
wrap_result
(self) ->
MenuButtonDelegate
Source
§
impl
ConvertReturnValue
<
MenuButtonPressedLock
> for
*mut
_cef_menu_button_pressed_lock_t
Source
§
fn
wrap_result
(self) ->
MenuButtonPressedLock
Source
§
impl
ConvertReturnValue
<
MenuModel
> for
*mut
_cef_menu_model_t
Source
§
fn
wrap_result
(self) ->
MenuModel
Source
§
impl
ConvertReturnValue
<
MenuModelDelegate
> for
*mut
_cef_menu_model_delegate_t
Source
§
fn
wrap_result
(self) ->
MenuModelDelegate
Source
§
impl
ConvertReturnValue
<
NavigationEntry
> for
*mut
_cef_navigation_entry_t
Source
§
fn
wrap_result
(self) ->
NavigationEntry
Source
§
impl
ConvertReturnValue
<
NavigationEntryVisitor
> for
*mut
_cef_navigation_entry_visitor_t
Source
§
fn
wrap_result
(self) ->
NavigationEntryVisitor
Source
§
impl
ConvertReturnValue
<
OverlayController
> for
*mut
_cef_overlay_controller_t
Source
§
fn
wrap_result
(self) ->
OverlayController
Source
§
impl
ConvertReturnValue
<
Panel
> for
*mut
_cef_panel_t
Source
§
fn
wrap_result
(self) ->
Panel
Source
§
impl
ConvertReturnValue
<
PanelDelegate
> for
*mut
_cef_panel_delegate_t
Source
§
fn
wrap_result
(self) ->
PanelDelegate
Source
§
impl
ConvertReturnValue
<
PdfPrintCallback
> for
*mut
_cef_pdf_print_callback_t
Source
§
fn
wrap_result
(self) ->
PdfPrintCallback
Source
§
impl
ConvertReturnValue
<
PermissionHandler
> for
*mut
_cef_permission_handler_t
Source
§
fn
wrap_result
(self) ->
PermissionHandler
Source
§
impl
ConvertReturnValue
<
PermissionPromptCallback
> for
*mut
_cef_permission_prompt_callback_t
Source
§
fn
wrap_result
(self) ->
PermissionPromptCallback
Source
§
impl
ConvertReturnValue
<
PostData
> for
*mut
_cef_post_data_t
Source
§
fn
wrap_result
(self) ->
PostData
Source
§
impl
ConvertReturnValue
<
PostDataElement
> for
*mut
_cef_post_data_element_t
Source
§
fn
wrap_result
(self) ->
PostDataElement
Source
§
impl
ConvertReturnValue
<
PreferenceManager
> for
*mut
_cef_preference_manager_t
Source
§
fn
wrap_result
(self) ->
PreferenceManager
Source
§
impl
ConvertReturnValue
<
PreferenceObserver
> for
*mut
_cef_preference_observer_t
Source
§
fn
wrap_result
(self) ->
PreferenceObserver
Source
§
impl
ConvertReturnValue
<
PreferenceRegistrar
> for
*mut
_cef_preference_registrar_t
Source
§
fn
wrap_result
(self) ->
PreferenceRegistrar
Source
§
impl
ConvertReturnValue
<
PrintDialogCallback
> for
*mut
_cef_print_dialog_callback_t
Source
§
fn
wrap_result
(self) ->
PrintDialogCallback
Source
§
impl
ConvertReturnValue
<
PrintHandler
> for
*mut
_cef_print_handler_t
Source
§
fn
wrap_result
(self) ->
PrintHandler
Source
§
impl
ConvertReturnValue
<
PrintJobCallback
> for
*mut
_cef_print_job_callback_t
Source
§
fn
wrap_result
(self) ->
PrintJobCallback
Source
§
impl
ConvertReturnValue
<
PrintSettings
> for
*mut
_cef_print_settings_t
Source
§
fn
wrap_result
(self) ->
PrintSettings
Source
§
impl
ConvertReturnValue
<
ProcessMessage
> for
*mut
_cef_process_message_t
Source
§
fn
wrap_result
(self) ->
ProcessMessage
Source
§
impl
ConvertReturnValue
<
ReadHandler
> for
*mut
_cef_read_handler_t
Source
§
fn
wrap_result
(self) ->
ReadHandler
Source
§
impl
ConvertReturnValue
<
Registration
> for
*mut
_cef_registration_t
Source
§
fn
wrap_result
(self) ->
Registration
Source
§
impl
ConvertReturnValue
<
RenderHandler
> for
*mut
_cef_render_handler_t
Source
§
fn
wrap_result
(self) ->
RenderHandler
Source
§
impl
ConvertReturnValue
<
RenderProcessHandler
> for
*mut
_cef_render_process_handler_t
Source
§
fn
wrap_result
(self) ->
RenderProcessHandler
Source
§
impl
ConvertReturnValue
<
Request
> for
*mut
_cef_request_t
Source
§
fn
wrap_result
(self) ->
Request
Source
§
impl
ConvertReturnValue
<
RequestContext
> for
*mut
_cef_request_context_t
Source
§
fn
wrap_result
(self) ->
RequestContext
Source
§
impl
ConvertReturnValue
<
RequestContextHandler
> for
*mut
_cef_request_context_handler_t
Source
§
fn
wrap_result
(self) ->
RequestContextHandler
Source
§
impl
ConvertReturnValue
<
RequestHandler
> for
*mut
_cef_request_handler_t
Source
§
fn
wrap_result
(self) ->
RequestHandler
Source
§
impl
ConvertReturnValue
<
ResolveCallback
> for
*mut
_cef_resolve_callback_t
Source
§
fn
wrap_result
(self) ->
ResolveCallback
Source
§
impl
ConvertReturnValue
<
ResourceBundleHandler
> for
*mut
_cef_resource_bundle_handler_t
Source
§
fn
wrap_result
(self) ->
ResourceBundleHandler
Source
§
impl
ConvertReturnValue
<
ResourceHandler
> for
*mut
_cef_resource_handler_t
Source
§
fn
wrap_result
(self) ->
ResourceHandler
Source
§
impl
ConvertReturnValue
<
ResourceReadCallback
> for
*mut
_cef_resource_read_callback_t
Source
§
fn
wrap_result
(self) ->
ResourceReadCallback
Source
§
impl
ConvertReturnValue
<
ResourceRequestHandler
> for
*mut
_cef_resource_request_handler_t
Source
§
fn
wrap_result
(self) ->
ResourceRequestHandler
Source
§
impl
ConvertReturnValue
<
ResourceSkipCallback
> for
*mut
_cef_resource_skip_callback_t
Source
§
fn
wrap_result
(self) ->
ResourceSkipCallback
Source
§
impl
ConvertReturnValue
<
Response
> for
*mut
_cef_response_t
Source
§
fn
wrap_result
(self) ->
Response
Source
§
impl
ConvertReturnValue
<
ResponseFilter
> for
*mut
_cef_response_filter_t
Source
§
fn
wrap_result
(self) ->
ResponseFilter
Source
§
impl
ConvertReturnValue
<
RunContextMenuCallback
> for
*mut
_cef_run_context_menu_callback_t
Source
§
fn
wrap_result
(self) ->
RunContextMenuCallback
Source
§
impl
ConvertReturnValue
<
RunFileDialogCallback
> for
*mut
_cef_run_file_dialog_callback_t
Source
§
fn
wrap_result
(self) ->
RunFileDialogCallback
Source
§
impl
ConvertReturnValue
<
RunQuickMenuCallback
> for
*mut
_cef_run_quick_menu_callback_t
Source
§
fn
wrap_result
(self) ->
RunQuickMenuCallback
Source
§
impl
ConvertReturnValue
<
SchemeHandlerFactory
> for
*mut
_cef_scheme_handler_factory_t
Source
§
fn
wrap_result
(self) ->
SchemeHandlerFactory
Source
§
impl
ConvertReturnValue
<
SchemeRegistrar
> for
*mut
_cef_scheme_registrar_t
Source
§
fn
wrap_result
(self) ->
SchemeRegistrar
Source
§
impl
ConvertReturnValue
<
ScrollView
> for
*mut
_cef_scroll_view_t
Source
§
fn
wrap_result
(self) ->
ScrollView
Source
§
impl
ConvertReturnValue
<
SelectClientCertificateCallback
> for
*mut
_cef_select_client_certificate_callback_t
Source
§
fn
wrap_result
(self) ->
SelectClientCertificateCallback
Source
§
impl
ConvertReturnValue
<
SetCookieCallback
> for
*mut
_cef_set_cookie_callback_t
Source
§
fn
wrap_result
(self) ->
SetCookieCallback
Source
§
impl
ConvertReturnValue
<
SettingObserver
> for
*mut
_cef_setting_observer_t
Source
§
fn
wrap_result
(self) ->
SettingObserver
Source
§
impl
ConvertReturnValue
<
SharedMemoryRegion
> for
*mut
_cef_shared_memory_region_t
Source
§
fn
wrap_result
(self) ->
SharedMemoryRegion
Source
§
impl
ConvertReturnValue
<
Sslinfo
> for
*mut
_cef_sslinfo_t
Source
§
fn
wrap_result
(self) ->
Sslinfo
Source
§
impl
ConvertReturnValue
<
Sslstatus
> for
*mut
_cef_sslstatus_t
Source
§
fn
wrap_result
(self) ->
Sslstatus
Source
§
impl
ConvertReturnValue
<
StreamReader
> for
*mut
_cef_stream_reader_t
Source
§
fn
wrap_result
(self) ->
StreamReader
Source
§
impl
ConvertReturnValue
<
StreamWriter
> for
*mut
_cef_stream_writer_t
Source
§
fn
wrap_result
(self) ->
StreamWriter
Source
§
impl
ConvertReturnValue
<
Task
> for
*mut
_cef_task_t
Source
§
fn
wrap_result
(self) ->
Task
Source
§
impl
ConvertReturnValue
<
TaskRunner
> for
*mut
_cef_task_runner_t
Source
§
fn
wrap_result
(self) ->
TaskRunner
Source
§
impl
ConvertReturnValue
<
Textfield
> for
*mut
_cef_textfield_t
Source
§
fn
wrap_result
(self) ->
Textfield
Source
§
impl
ConvertReturnValue
<
TextfieldDelegate
> for
*mut
_cef_textfield_delegate_t
Source
§
fn
wrap_result
(self) ->
TextfieldDelegate
Source
§
impl
ConvertReturnValue
<
UnresponsiveProcessCallback
> for
*mut
_cef_unresponsive_process_callback_t
Source
§
fn
wrap_result
(self) ->
UnresponsiveProcessCallback
Source
§
impl
ConvertReturnValue
<
Urlrequest
> for
*mut
_cef_urlrequest_t
Source
§
fn
wrap_result
(self) ->
Urlrequest
Source
§
impl
ConvertReturnValue
<
UrlrequestClient
> for
*mut
_cef_urlrequest_client_t
Source
§
fn
wrap_result
(self) ->
UrlrequestClient
Source
§
impl
ConvertReturnValue
<
V8Accessor
> for
*mut
_cef_v8_accessor_t
Source
§
fn
wrap_result
(self) ->
V8Accessor
Source
§
impl
ConvertReturnValue
<
V8ArrayBufferReleaseCallback
> for
*mut
_cef_v8_array_buffer_release_callback_t
Source
§
fn
wrap_result
(self) ->
V8ArrayBufferReleaseCallback
Source
§
impl
ConvertReturnValue
<
V8Context
> for
*mut
_cef_v8_context_t
Source
§
fn
wrap_result
(self) ->
V8Context
Source
§
impl
ConvertReturnValue
<
V8Exception
> for
*mut
_cef_v8_exception_t
Source
§
fn
wrap_result
(self) ->
V8Exception
Source
§
impl
ConvertReturnValue
<
V8Handler
> for
*mut
_cef_v8_handler_t
Source
§
fn
wrap_result
(self) ->
V8Handler
Source
§
impl
ConvertReturnValue
<
V8Interceptor
> for
*mut
_cef_v8_interceptor_t
Source
§
fn
wrap_result
(self) ->
V8Interceptor
Source
§
impl
ConvertReturnValue
<
V8StackFrame
> for
*mut
_cef_v8_stack_frame_t
Source
§
fn
wrap_result
(self) ->
V8StackFrame
Source
§
impl
ConvertReturnValue
<
V8StackTrace
> for
*mut
_cef_v8_stack_trace_t
Source
§
fn
wrap_result
(self) ->
V8StackTrace
Source
§
impl
ConvertReturnValue
<
V8Value
> for
*mut
_cef_v8_value_t
Source
§
fn
wrap_result
(self) ->
V8Value
Source
§
impl
ConvertReturnValue
<
Value
> for
*mut
_cef_value_t
Source
§
fn
wrap_result
(self) ->
Value
Source
§
impl
ConvertReturnValue
<
View
> for
*mut
_cef_view_t
Source
§
fn
wrap_result
(self) ->
View
Source
§
impl
ConvertReturnValue
<
ViewDelegate
> for
*mut
_cef_view_delegate_t
Source
§
fn
wrap_result
(self) ->
ViewDelegate
Source
§
impl
ConvertReturnValue
<
Window
> for
*mut
_cef_window_t
Source
§
fn
wrap_result
(self) ->
Window
Source
§
impl
ConvertReturnValue
<
WindowDelegate
> for
*mut
_cef_window_delegate_t
Source
§
fn
wrap_result
(self) ->
WindowDelegate
Source
§
impl
ConvertReturnValue
<
WriteHandler
> for
*mut
_cef_write_handler_t
Source
§
fn
wrap_result
(self) ->
WriteHandler
Source
§
impl
ConvertReturnValue
<
X509CertPrincipal
> for
*mut
_cef_x509_cert_principal_t
Source
§
fn
wrap_result
(self) ->
X509CertPrincipal
Source
§
impl
ConvertReturnValue
<
X509Certificate
> for
*mut
_cef_x509_certificate_t
Source
§
fn
wrap_result
(self) ->
X509Certificate
Implementors
§
Source
§
impl<T, U>
ConvertReturnValue
<U> for T
where T:
Sized
+
Into
<U>, U:
Sized
,