Struct windows::Win32::System::Com::ISupportErrorInfo_Vtbl
#[repr(C)]pub struct ISupportErrorInfo_Vtbl {
pub base__: IUnknown_Vtbl,
pub InterfaceSupportsErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§InterfaceSupportsErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
Implementations§
§impl ISupportErrorInfo_Vtbl
impl ISupportErrorInfo_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISupportErrorInfo_Vtblwhere
Identity: ISupportErrorInfo_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISupportErrorInfo_Vtbl
impl RefUnwindSafe for ISupportErrorInfo_Vtbl
impl Send for ISupportErrorInfo_Vtbl
impl Sync for ISupportErrorInfo_Vtbl
impl Unpin for ISupportErrorInfo_Vtbl
impl UnwindSafe for ISupportErrorInfo_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