Struct IDataSourceLocator_Vtbl
#[repr(C)]pub struct IDataSourceLocator_Vtbl {
pub base__: IDispatch_Vtbl,
pub hWnd: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT,
pub SethWnd: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
pub PromptNew: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PromptEdit: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§hWnd: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT
§SethWnd: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT
§PromptNew: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PromptEdit: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
Implementations§
§impl IDataSourceLocator_Vtbl
impl IDataSourceLocator_Vtbl
pub const fn new<Identity: IDataSourceLocator_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDataSourceLocator_Vtbl
impl RefUnwindSafe for IDataSourceLocator_Vtbl
impl Send for IDataSourceLocator_Vtbl
impl Sync for IDataSourceLocator_Vtbl
impl Unpin for IDataSourceLocator_Vtbl
impl UnwindSafe for IDataSourceLocator_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