Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2PermissionSettingCollectionView_Impl
source · pub trait ICoreWebView2PermissionSettingCollectionView_Impl: Sized {
// Required methods
fn GetValueAtIndex(
&self,
index: u32,
) -> Result<ICoreWebView2PermissionSetting>;
fn Count(&self, value: *mut u32) -> Result<()>;
}
Required Methods§
fn GetValueAtIndex(&self, index: u32) -> Result<ICoreWebView2PermissionSetting>
fn Count(&self, value: *mut u32) -> Result<()>
Object Safety§
This trait is not object safe.