#[repr(C)]pub struct ICoreWebView2SaveFileSecurityCheckStartingEventArgs_Vtbl {
pub base__: IUnknown_Vtbl,
pub CancelSave: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetCancelSave: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub DocumentOriginUri: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub FileExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub FilePath: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SuppressDefaultPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetSuppressDefaultPolicy: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CancelSave: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetCancelSave: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§DocumentOriginUri: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§FileExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§FilePath: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SuppressDefaultPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetSuppressDefaultPolicy: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
Source§impl ICoreWebView2SaveFileSecurityCheckStartingEventArgs_Vtbl
impl ICoreWebView2SaveFileSecurityCheckStartingEventArgs_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2SaveFileSecurityCheckStartingEventArgs_Vtblwhere
Identity: ICoreWebView2SaveFileSecurityCheckStartingEventArgs_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2SaveFileSecurityCheckStartingEventArgs_Vtbl
impl RefUnwindSafe for ICoreWebView2SaveFileSecurityCheckStartingEventArgs_Vtbl
impl Send for ICoreWebView2SaveFileSecurityCheckStartingEventArgs_Vtbl
impl Sync for ICoreWebView2SaveFileSecurityCheckStartingEventArgs_Vtbl
impl Unpin for ICoreWebView2SaveFileSecurityCheckStartingEventArgs_Vtbl
impl UnwindSafe for ICoreWebView2SaveFileSecurityCheckStartingEventArgs_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