Struct IAppInstallerManager_Vtbl
#[repr(C)]pub struct IAppInstallerManager_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetAutoUpdateSettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub ClearAutoUpdateSettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub PauseAutoUpdatesUntil: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DateTime) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SetAutoUpdateSettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT§ClearAutoUpdateSettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§PauseAutoUpdatesUntil: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DateTime) -> HRESULTAuto Trait Implementations§
impl Freeze for IAppInstallerManager_Vtbl
impl RefUnwindSafe for IAppInstallerManager_Vtbl
impl Send for IAppInstallerManager_Vtbl
impl Sync for IAppInstallerManager_Vtbl
impl Unpin for IAppInstallerManager_Vtbl
impl UnwindSafe for IAppInstallerManager_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