Struct windows::ApplicationModel::Activation::IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Vtbl
#[repr(C)]pub struct IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Vtbl {
pub base__: IInspectable_Vtbl,
pub CallerPackageFamilyName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Data: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CallerPackageFamilyName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§Data: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Vtbl
impl IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Vtblwhere
Identity: IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Vtbl
impl RefUnwindSafe for IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Vtbl
impl Send for IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Vtbl
impl Sync for IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Vtbl
impl Unpin for IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_Vtbl
impl UnwindSafe for IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData_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