#[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 EventRegistrationToken) -> HRESULT,
pub remove_CloseRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> 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 EventRegistrationToken) -> HRESULT
§remove_CloseRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> 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) -> HRESULT
Implementations§
Source§impl ICoreWebView2Notification_Vtbl
impl ICoreWebView2Notification_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2Notification_Vtblwhere
Identity: ICoreWebView2Notification_Impl,
pub fn matches(iid: &GUID) -> bool
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