Struct IToastNotification_Vtbl
#[repr(C)]pub struct IToastNotification_Vtbl {
pub base__: IInspectable_Vtbl,
pub Content: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetExpirationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ExpirationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Dismissed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveDismissed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Activated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveActivated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Failed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveFailed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Content: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetExpirationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ExpirationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Dismissed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveDismissed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§Activated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveActivated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§Failed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveFailed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IToastNotification_Vtbl
impl RefUnwindSafe for IToastNotification_Vtbl
impl Send for IToastNotification_Vtbl
impl Sync for IToastNotification_Vtbl
impl Unpin for IToastNotification_Vtbl
impl UnwindSafe for IToastNotification_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