Struct IWalletItemSystemStore_Vtbl
#[repr(C)]pub struct IWalletItemSystemStore_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetItemsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeleteAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ImportItemAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetAppStatusForItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut WalletItemAppAssociation) -> HRESULT,
pub LaunchAppForItemAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§GetItemsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DeleteAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§ImportItemAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetAppStatusForItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut WalletItemAppAssociation) -> HRESULT§LaunchAppForItemAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IWalletItemSystemStore_Vtbl
impl RefUnwindSafe for IWalletItemSystemStore_Vtbl
impl Send for IWalletItemSystemStore_Vtbl
impl Sync for IWalletItemSystemStore_Vtbl
impl Unpin for IWalletItemSystemStore_Vtbl
impl UnwindSafe for IWalletItemSystemStore_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