Struct IWindowsUpdate_Vtbl
#[repr(C)]pub struct IWindowsUpdate_Vtbl {Show 25 fields
pub base__: IInspectable_Vtbl,
pub ProviderId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UpdateId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsFeatureUpdate: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsMinorImpact: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsSecurity: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsCritical: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsForOS: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsDriver: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsMandatory: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsUrgent: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsSeeker: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub MoreInfoUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SupportUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsEulaAccepted: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub EulaText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Deadline: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AttentionRequiredInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ActionResult: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentAction: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ActionProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetPropertyValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AcceptEula: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§ProviderId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§UpdateId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§IsFeatureUpdate: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsMinorImpact: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsSecurity: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsCritical: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsForOS: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsDriver: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsMandatory: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsUrgent: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsSeeker: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§MoreInfoUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SupportUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§IsEulaAccepted: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§EulaText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Deadline: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§AttentionRequiredInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ActionResult: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CurrentAction: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ActionProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetPropertyValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§AcceptEula: unsafe extern "system" fn(_: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IWindowsUpdate_Vtbl
impl RefUnwindSafe for IWindowsUpdate_Vtbl
impl Send for IWindowsUpdate_Vtbl
impl Sync for IWindowsUpdate_Vtbl
impl Unpin for IWindowsUpdate_Vtbl
impl UnwindSafe for IWindowsUpdate_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