Struct IStoreAppLicense_Vtbl
#[repr(C)]pub struct IStoreAppLicense_Vtbl {
pub base__: IInspectable_Vtbl,
pub SkuStoreId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsActive: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsTrial: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ExpirationDate: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub ExtendedJsonData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AddOnLicenses: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TrialTimeRemaining: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub IsTrialOwnedByThisUser: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub TrialUniqueId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SkuStoreId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§IsActive: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsTrial: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§ExpirationDate: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT§ExtendedJsonData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§AddOnLicenses: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§TrialTimeRemaining: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§IsTrialOwnedByThisUser: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§TrialUniqueId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IStoreAppLicense_Vtbl
impl RefUnwindSafe for IStoreAppLicense_Vtbl
impl Send for IStoreAppLicense_Vtbl
impl Sync for IStoreAppLicense_Vtbl
impl Unpin for IStoreAppLicense_Vtbl
impl UnwindSafe for IStoreAppLicense_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