Struct windows::Management::Deployment::IStagePackageOptions_Vtbl
#[repr(C)]pub struct IStagePackageOptions_Vtbl {Show 23 fields
pub base__: IInspectable_Vtbl,
pub DependencyPackageUris: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TargetVolume: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTargetVolume: 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 OptionalPackageUris: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RelatedPackageUris: 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 StubPackageOption: unsafe extern "system" fn(_: *mut c_void, _: *mut StubPackageOption) -> HRESULT,
pub SetStubPackageOption: unsafe extern "system" fn(_: *mut c_void, _: StubPackageOption) -> 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 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 RequiredContentGroupOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetRequiredContentGroupOnly: 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,
}
Fields§
§base__: IInspectable_Vtbl
§DependencyPackageUris: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TargetVolume: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetTargetVolume: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OptionalPackageFamilyNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§OptionalPackageUris: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RelatedPackageUris: 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
§StubPackageOption: unsafe extern "system" fn(_: *mut c_void, _: *mut StubPackageOption) -> HRESULT
§SetStubPackageOption: unsafe extern "system" fn(_: *mut c_void, _: StubPackageOption) -> HRESULT
§DeveloperMode: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetDeveloperMode: 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
§RequiredContentGroupOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetRequiredContentGroupOnly: 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
Auto Trait Implementations§
impl Freeze for IStagePackageOptions_Vtbl
impl RefUnwindSafe for IStagePackageOptions_Vtbl
impl Send for IStagePackageOptions_Vtbl
impl Sync for IStagePackageOptions_Vtbl
impl Unpin for IStagePackageOptions_Vtbl
impl UnwindSafe for IStagePackageOptions_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