Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2CustomSchemeRegistration_Vtbl
source · #[repr(C)]pub struct ICoreWebView2CustomSchemeRegistration_Vtbl {
pub base__: IUnknown_Vtbl,
pub SchemeName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub TreatAsSecure: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetTreatAsSecure: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetAllowedOrigins: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut PWSTR) -> HRESULT,
pub SetAllowedOrigins: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PCWSTR) -> HRESULT,
pub HasAuthorityComponent: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetHasAuthorityComponent: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SchemeName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§TreatAsSecure: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetTreatAsSecure: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetAllowedOrigins: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut PWSTR) -> HRESULT
§SetAllowedOrigins: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PCWSTR) -> HRESULT
§HasAuthorityComponent: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetHasAuthorityComponent: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
source§impl ICoreWebView2CustomSchemeRegistration_Vtbl
impl ICoreWebView2CustomSchemeRegistration_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2CustomSchemeRegistration_Vtblwhere
Identity: ICoreWebView2CustomSchemeRegistration_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2CustomSchemeRegistration_Vtbl
impl RefUnwindSafe for ICoreWebView2CustomSchemeRegistration_Vtbl
impl Send for ICoreWebView2CustomSchemeRegistration_Vtbl
impl Sync for ICoreWebView2CustomSchemeRegistration_Vtbl
impl Unpin for ICoreWebView2CustomSchemeRegistration_Vtbl
impl UnwindSafe for ICoreWebView2CustomSchemeRegistration_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more