Docs.rs
  • webview2-com-0.33.0
    • webview2-com 0.33.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • wravery
    • Dependencies
      • webview2-com-macros ^0.8 normal
      • webview2-com-sys ^0.33 normal
      • windows ^0.58 normal
      • windows-core ^0.58 normal
      • windows-implement ^0.58 normal
      • windows-interface ^0.58 normal
      • regex ^1.0 dev
      • serde ^1.0 dev
      • serde_json ^1.0 dev
      • windows ^0.58 dev
    • Versions
    • 12.5% of the crate is documented
  • Go to latest version
  • Platform
    • aarch64-pc-windows-msvc
    • i686-pc-windows-gnu
    • i686-pc-windows-msvc
    • x86_64-pc-windows-gnu
    • x86_64-pc-windows-msvc
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

webview2_com0.33.0

ICoreWebView2Environment10_Impl

Required Methods

  • CreateCoreWebView2CompositionControllerWithOptions
  • CreateCoreWebView2ControllerOptions
  • CreateCoreWebView2ControllerWithOptions

Object Safety

Implementors

In webview2_com::Microsoft::Web::WebView2::Win32

Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Environment10_Impl

source ·
pub trait ICoreWebView2Environment10_Impl: Sized + ICoreWebView2Environment9_Impl {
    // Required methods
    fn CreateCoreWebView2ControllerOptions(
        &self,
    ) -> Result<ICoreWebView2ControllerOptions, Error>;
    fn CreateCoreWebView2ControllerWithOptions(
        &self,
        parentwindow: HWND,
        options: Option<&ICoreWebView2ControllerOptions>,
        handler: Option<&ICoreWebView2CreateCoreWebView2ControllerCompletedHandler>,
    ) -> Result<(), Error>;
    fn CreateCoreWebView2CompositionControllerWithOptions(
        &self,
        parentwindow: HWND,
        options: Option<&ICoreWebView2ControllerOptions>,
        handler: Option<&ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler>,
    ) -> Result<(), Error>;
}

Required Methods§

source

fn CreateCoreWebView2ControllerOptions( &self, ) -> Result<ICoreWebView2ControllerOptions, Error>

source

fn CreateCoreWebView2ControllerWithOptions( &self, parentwindow: HWND, options: Option<&ICoreWebView2ControllerOptions>, handler: Option<&ICoreWebView2CreateCoreWebView2ControllerCompletedHandler>, ) -> Result<(), Error>

source

fn CreateCoreWebView2CompositionControllerWithOptions( &self, parentwindow: HWND, options: Option<&ICoreWebView2ControllerOptions>, handler: Option<&ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler>, ) -> Result<(), Error>

Object Safety§

This trait is not object safe.

Implementors§