#[repr(C)]pub struct IAppxPackagingDiagnosticEventSink_Vtbl {
pub base__: IUnknown_Vtbl,
pub ReportContextChange: unsafe extern "system" fn(_: *mut c_void, _: APPX_PACKAGING_CONTEXT_CHANGE_TYPE, _: i32, _: PCSTR, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub ReportError: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ReportContextChange: unsafe extern "system" fn(_: *mut c_void, _: APPX_PACKAGING_CONTEXT_CHANGE_TYPE, _: i32, _: PCSTR, _: PCWSTR, _: PCWSTR) -> HRESULT
§ReportError: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IAppxPackagingDiagnosticEventSink_Vtbl
impl IAppxPackagingDiagnosticEventSink_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAppxPackagingDiagnosticEventSink_Vtblwhere
Identity: IAppxPackagingDiagnosticEventSink_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAppxPackagingDiagnosticEventSink_Vtbl
impl RefUnwindSafe for IAppxPackagingDiagnosticEventSink_Vtbl
impl Send for IAppxPackagingDiagnosticEventSink_Vtbl
impl Sync for IAppxPackagingDiagnosticEventSink_Vtbl
impl Unpin for IAppxPackagingDiagnosticEventSink_Vtbl
impl UnwindSafe for IAppxPackagingDiagnosticEventSink_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