Struct IStoreContext5_Vtbl
#[repr(C)]pub struct IStoreContext5_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetUserPurchaseHistoryAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetAssociatedStoreProductsByInAppOfferTokenAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestPurchaseByInAppOfferTokenAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetUserPurchaseHistoryAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetAssociatedStoreProductsByInAppOfferTokenAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RequestPurchaseByInAppOfferTokenAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IStoreContext5_Vtbl
impl RefUnwindSafe for IStoreContext5_Vtbl
impl Send for IStoreContext5_Vtbl
impl Sync for IStoreContext5_Vtbl
impl Unpin for IStoreContext5_Vtbl
impl UnwindSafe for IStoreContext5_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