Struct windows::Services::Store::IStoreAvailability_Vtbl
#[repr(C)]pub struct IStoreAvailability_Vtbl {
pub base__: IInspectable_Vtbl,
pub StoreId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub EndDate: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub Price: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExtendedJsonData: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub RequestPurchaseAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestPurchaseWithPurchasePropertiesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§StoreId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§EndDate: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§Price: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ExtendedJsonData: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§RequestPurchaseAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RequestPurchaseWithPurchasePropertiesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IStoreAvailability_Vtbl
impl RefUnwindSafe for IStoreAvailability_Vtbl
impl Send for IStoreAvailability_Vtbl
impl Sync for IStoreAvailability_Vtbl
impl Unpin for IStoreAvailability_Vtbl
impl UnwindSafe for IStoreAvailability_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