Struct IPackageStatus_Vtbl
#[repr(C)]pub struct IPackageStatus_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub VerifyIsOK: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub NotAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub PackageOffline: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub DataOffline: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Disabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub NeedsRemediation: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub LicenseIssue: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Modified: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Tampered: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub DependencyIssue: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Servicing: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub DeploymentInProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§VerifyIsOK: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§NotAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§PackageOffline: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§DataOffline: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§Disabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§NeedsRemediation: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§LicenseIssue: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§Modified: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§Tampered: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§DependencyIssue: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§Servicing: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§DeploymentInProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULTAuto Trait Implementations§
impl Freeze for IPackageStatus_Vtbl
impl RefUnwindSafe for IPackageStatus_Vtbl
impl Send for IPackageStatus_Vtbl
impl Sync for IPackageStatus_Vtbl
impl Unpin for IPackageStatus_Vtbl
impl UnwindSafe for IPackageStatus_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