Struct IStoreCollectionData_Vtbl
#[repr(C)]pub struct IStoreCollectionData_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsTrial: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CampaignId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeveloperOfferId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AcquiredDate: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub StartDate: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub EndDate: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub TrialTimeRemaining: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub ExtendedJsonData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsTrial: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CampaignId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DeveloperOfferId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AcquiredDate: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§StartDate: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§EndDate: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§TrialTimeRemaining: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§ExtendedJsonData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IStoreCollectionData_Vtbl
impl RefUnwindSafe for IStoreCollectionData_Vtbl
impl Send for IStoreCollectionData_Vtbl
impl Sync for IStoreCollectionData_Vtbl
impl Unpin for IStoreCollectionData_Vtbl
impl UnwindSafe for IStoreCollectionData_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