#[repr(C)]pub struct INetDiagHelperEx_Vtbl {
pub base__: IUnknown_Vtbl,
pub ReconfirmLowHealth: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const HypothesisResult, _: *mut PWSTR, _: *mut DIAGNOSIS_STATUS) -> HRESULT,
pub SetUtilities: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ReproduceFailure: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ReconfirmLowHealth: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const HypothesisResult, _: *mut PWSTR, _: *mut DIAGNOSIS_STATUS) -> HRESULT
§SetUtilities: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ReproduceFailure: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl INetDiagHelperEx_Vtbl
impl INetDiagHelperEx_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> INetDiagHelperEx_Vtblwhere
Identity: INetDiagHelperEx_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INetDiagHelperEx_Vtbl
impl RefUnwindSafe for INetDiagHelperEx_Vtbl
impl Send for INetDiagHelperEx_Vtbl
impl Sync for INetDiagHelperEx_Vtbl
impl Unpin for INetDiagHelperEx_Vtbl
impl UnwindSafe for INetDiagHelperEx_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