Struct IUpdateInstallationResult_Vtbl
#[repr(C)]pub struct IUpdateInstallationResult_Vtbl {
pub base__: IDispatch_Vtbl,
pub HResult: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub RebootRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub ResultCode: unsafe extern "system" fn(_: *mut c_void, _: *mut OperationResultCode) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§HResult: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§RebootRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§ResultCode: unsafe extern "system" fn(_: *mut c_void, _: *mut OperationResultCode) -> HRESULT
Implementations§
§impl IUpdateInstallationResult_Vtbl
impl IUpdateInstallationResult_Vtbl
pub const fn new<Identity: IUpdateInstallationResult_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUpdateInstallationResult_Vtbl
impl RefUnwindSafe for IUpdateInstallationResult_Vtbl
impl Send for IUpdateInstallationResult_Vtbl
impl Sync for IUpdateInstallationResult_Vtbl
impl Unpin for IUpdateInstallationResult_Vtbl
impl UnwindSafe for IUpdateInstallationResult_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