#[repr(C)]pub struct ICoreWebView2Notification_Vtbl {Show 19 fields
pub base__: IUnknown_Vtbl,
pub add_CloseRequested: unsafe extern "system" fn(*mut c_void, *mut c_void, *mut i64) -> HRESULT,
pub remove_CloseRequested: unsafe extern "system" fn(*mut c_void, i64) -> HRESULT,
pub ReportShown: unsafe extern "system" fn(*mut c_void) -> HRESULT,
pub ReportClicked: unsafe extern "system" fn(*mut c_void) -> HRESULT,
pub ReportClosed: unsafe extern "system" fn(*mut c_void) -> HRESULT,
pub Body: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT,
pub Direction: unsafe extern "system" fn(*mut c_void, *mut COREWEBVIEW2_TEXT_DIRECTION_KIND) -> HRESULT,
pub Language: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT,
pub Tag: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT,
pub IconUri: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT,
pub Title: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT,
pub BadgeUri: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT,
pub BodyImageUri: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT,
pub ShouldRenotify: unsafe extern "system" fn(*mut c_void, *mut BOOL) -> HRESULT,
pub RequiresInteraction: unsafe extern "system" fn(*mut c_void, *mut BOOL) -> HRESULT,
pub IsSilent: unsafe extern "system" fn(*mut c_void, *mut BOOL) -> HRESULT,
pub Timestamp: unsafe extern "system" fn(*mut c_void, *mut f64) -> HRESULT,
pub GetVibrationPattern: unsafe extern "system" fn(*mut c_void, *mut u32, *mut *mut u64) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§add_CloseRequested: unsafe extern "system" fn(*mut c_void, *mut c_void, *mut i64) -> HRESULT§remove_CloseRequested: unsafe extern "system" fn(*mut c_void, i64) -> HRESULT§ReportShown: unsafe extern "system" fn(*mut c_void) -> HRESULT§ReportClicked: unsafe extern "system" fn(*mut c_void) -> HRESULT§ReportClosed: unsafe extern "system" fn(*mut c_void) -> HRESULT§Body: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT§Direction: unsafe extern "system" fn(*mut c_void, *mut COREWEBVIEW2_TEXT_DIRECTION_KIND) -> HRESULT§Language: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT§Tag: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT§IconUri: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT§Title: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT§BadgeUri: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT§BodyImageUri: unsafe extern "system" fn(*mut c_void, *mut PWSTR) -> HRESULT§ShouldRenotify: unsafe extern "system" fn(*mut c_void, *mut BOOL) -> HRESULT§RequiresInteraction: unsafe extern "system" fn(*mut c_void, *mut BOOL) -> HRESULT§IsSilent: unsafe extern "system" fn(*mut c_void, *mut BOOL) -> HRESULT§Timestamp: unsafe extern "system" fn(*mut c_void, *mut f64) -> HRESULT§GetVibrationPattern: unsafe extern "system" fn(*mut c_void, *mut u32, *mut *mut u64) -> HRESULTImplementations§
Auto Trait Implementations§
impl Freeze for ICoreWebView2Notification_Vtbl
impl RefUnwindSafe for ICoreWebView2Notification_Vtbl
impl Send for ICoreWebView2Notification_Vtbl
impl Sync for ICoreWebView2Notification_Vtbl
impl Unpin for ICoreWebView2Notification_Vtbl
impl UnwindSafe for ICoreWebView2Notification_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