pub trait ICoreWebView2Settings2_Impl: Sized + ICoreWebView2Settings_Impl {
    // Required methods
    fn UserAgent(&self, useragent: *mut PWSTR) -> Result<()>;
    fn SetUserAgent(&self, useragent: &PCWSTR) -> Result<()>;
}

Required Methods§

source

fn UserAgent(&self, useragent: *mut PWSTR) -> Result<()>

source

fn SetUserAgent(&self, useragent: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§