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

Required Methods§

source

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

source

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

Object Safety§

This trait is not object safe.

Implementors§