#[repr(C)]pub struct ISymUnmanagedBinder2Vtbl {
pub parent: ISymUnmanagedBinderVtbl,
pub GetReaderForFile2: unsafe extern "system" fn(This: *mut ISymUnmanagedBinder2, importer: *mut IUnknown, fileName: *const WCHAR, searchPath: *const WCHAR, searchPolicy: ULONG32, pRetVal: *mut *mut ISymUnmanagedReader) -> HRESULT,
}
Fields§
§parent: ISymUnmanagedBinderVtbl
§GetReaderForFile2: unsafe extern "system" fn(This: *mut ISymUnmanagedBinder2, importer: *mut IUnknown, fileName: *const WCHAR, searchPath: *const WCHAR, searchPolicy: ULONG32, pRetVal: *mut *mut ISymUnmanagedReader) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISymUnmanagedBinder2Vtbl
impl RefUnwindSafe for ISymUnmanagedBinder2Vtbl
impl Send for ISymUnmanagedBinder2Vtbl
impl Sync for ISymUnmanagedBinder2Vtbl
impl Unpin for ISymUnmanagedBinder2Vtbl
impl UnwindSafe for ISymUnmanagedBinder2Vtbl
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