Struct IAutoUpdateSettingsOptions_Vtbl
#[repr(C)]pub struct IAutoUpdateSettingsOptions_Vtbl {Show 23 fields
pub base__: IInspectable_Vtbl,
pub Version: unsafe extern "system" fn(_: *mut c_void, _: *mut PackageVersion) -> HRESULT,
pub SetVersion: unsafe extern "system" fn(_: *mut c_void, _: PackageVersion) -> HRESULT,
pub AppInstallerUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAppInstallerUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnLaunch: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetOnLaunch: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub HoursBetweenUpdateChecks: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetHoursBetweenUpdateChecks: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub ShowPrompt: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetShowPrompt: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub UpdateBlocksActivation: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetUpdateBlocksActivation: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AutomaticBackgroundTask: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAutomaticBackgroundTask: 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 IsAutoRepairEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsAutoRepairEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub UpdateUris: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RepairUris: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DependencyPackageUris: 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,
}Fields§
§base__: IInspectable_Vtbl§Version: unsafe extern "system" fn(_: *mut c_void, _: *mut PackageVersion) -> HRESULT§SetVersion: unsafe extern "system" fn(_: *mut c_void, _: PackageVersion) -> HRESULT§AppInstallerUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetAppInstallerUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§OnLaunch: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetOnLaunch: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§HoursBetweenUpdateChecks: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetHoursBetweenUpdateChecks: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§ShowPrompt: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetShowPrompt: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§UpdateBlocksActivation: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetUpdateBlocksActivation: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§AutomaticBackgroundTask: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetAutomaticBackgroundTask: 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§IsAutoRepairEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsAutoRepairEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§UpdateUris: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RepairUris: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DependencyPackageUris: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§OptionalPackageUris: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IAutoUpdateSettingsOptions_Vtbl
impl RefUnwindSafe for IAutoUpdateSettingsOptions_Vtbl
impl Send for IAutoUpdateSettingsOptions_Vtbl
impl Sync for IAutoUpdateSettingsOptions_Vtbl
impl Unpin for IAutoUpdateSettingsOptions_Vtbl
impl UnwindSafe for IAutoUpdateSettingsOptions_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