Struct INotificationActivationCallback_Vtbl
#[repr(C)]pub struct INotificationActivationCallback_Vtbl {
pub base__: IUnknown_Vtbl,
pub Activate: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const NOTIFICATION_USER_INPUT_DATA, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Activate: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const NOTIFICATION_USER_INPUT_DATA, _: u32) -> HRESULT
Implementations§
§impl INotificationActivationCallback_Vtbl
impl INotificationActivationCallback_Vtbl
pub const fn new<Identity: INotificationActivationCallback_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INotificationActivationCallback_Vtbl
impl RefUnwindSafe for INotificationActivationCallback_Vtbl
impl Send for INotificationActivationCallback_Vtbl
impl Sync for INotificationActivationCallback_Vtbl
impl Unpin for INotificationActivationCallback_Vtbl
impl UnwindSafe for INotificationActivationCallback_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