Struct IAutomaticUpdatesSettings_Vtbl
#[repr(C)]pub struct IAutomaticUpdatesSettings_Vtbl {
pub base__: IDispatch_Vtbl,
pub NotificationLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut AutomaticUpdatesNotificationLevel) -> HRESULT,
pub SetNotificationLevel: unsafe extern "system" fn(_: *mut c_void, _: AutomaticUpdatesNotificationLevel) -> HRESULT,
pub ReadOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub Required: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub ScheduledInstallationDay: unsafe extern "system" fn(_: *mut c_void, _: *mut AutomaticUpdatesScheduledInstallationDay) -> HRESULT,
pub SetScheduledInstallationDay: unsafe extern "system" fn(_: *mut c_void, _: AutomaticUpdatesScheduledInstallationDay) -> HRESULT,
pub ScheduledInstallationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetScheduledInstallationTime: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§NotificationLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut AutomaticUpdatesNotificationLevel) -> HRESULT§SetNotificationLevel: unsafe extern "system" fn(_: *mut c_void, _: AutomaticUpdatesNotificationLevel) -> HRESULT§ReadOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§Required: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§ScheduledInstallationDay: unsafe extern "system" fn(_: *mut c_void, _: *mut AutomaticUpdatesScheduledInstallationDay) -> HRESULT§SetScheduledInstallationDay: unsafe extern "system" fn(_: *mut c_void, _: AutomaticUpdatesScheduledInstallationDay) -> HRESULT§ScheduledInstallationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetScheduledInstallationTime: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULTImplementations§
§impl IAutomaticUpdatesSettings_Vtbl
impl IAutomaticUpdatesSettings_Vtbl
pub const fn new<Identity: IAutomaticUpdatesSettings_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAutomaticUpdatesSettings_Vtbl
impl RefUnwindSafe for IAutomaticUpdatesSettings_Vtbl
impl Send for IAutomaticUpdatesSettings_Vtbl
impl Sync for IAutomaticUpdatesSettings_Vtbl
impl Unpin for IAutomaticUpdatesSettings_Vtbl
impl UnwindSafe for IAutomaticUpdatesSettings_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