Struct IRegisterPackageOptions_Vtbl
#[repr(C)]pub struct IRegisterPackageOptions_Vtbl {Show 23 fields
pub base__: IInspectable_Vtbl,
pub DependencyPackageUris: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AppDataVolume: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAppDataVolume: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OptionalPackageFamilyNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExternalLocationUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetExternalLocationUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DeveloperMode: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetDeveloperMode: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ForceAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetForceAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ForceTargetAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetForceTargetAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ForceUpdateFromAnyVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetForceUpdateFromAnyVersion: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub InstallAllResources: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetInstallAllResources: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub StageInPlace: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetStageInPlace: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AllowUnsigned: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAllowUnsigned: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub DeferRegistrationWhenPackagesAreInUse: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetDeferRegistrationWhenPackagesAreInUse: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§DependencyPackageUris: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§AppDataVolume: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetAppDataVolume: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§OptionalPackageFamilyNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ExternalLocationUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetExternalLocationUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DeveloperMode: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetDeveloperMode: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§ForceAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetForceAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§ForceTargetAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetForceTargetAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§ForceUpdateFromAnyVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetForceUpdateFromAnyVersion: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§InstallAllResources: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetInstallAllResources: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§StageInPlace: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetStageInPlace: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§AllowUnsigned: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetAllowUnsigned: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§DeferRegistrationWhenPackagesAreInUse: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetDeferRegistrationWhenPackagesAreInUse: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULTAuto Trait Implementations§
impl Freeze for IRegisterPackageOptions_Vtbl
impl RefUnwindSafe for IRegisterPackageOptions_Vtbl
impl Send for IRegisterPackageOptions_Vtbl
impl Sync for IRegisterPackageOptions_Vtbl
impl Unpin for IRegisterPackageOptions_Vtbl
impl UnwindSafe for IRegisterPackageOptions_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