#[repr(C)]pub struct IFsrmPipelineModuleConnector_Vtbl {
pub base__: IDispatch_Vtbl,
pub ModuleImplementation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ModuleName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub HostingUserAccount: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub HostingProcessPid: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Bind: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ModuleImplementation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ModuleName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§HostingUserAccount: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§HostingProcessPid: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Bind: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IFsrmPipelineModuleConnector_Vtbl
impl IFsrmPipelineModuleConnector_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFsrmPipelineModuleConnector_Vtblwhere
Identity: IFsrmPipelineModuleConnector_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmPipelineModuleConnector_Vtbl
impl RefUnwindSafe for IFsrmPipelineModuleConnector_Vtbl
impl Send for IFsrmPipelineModuleConnector_Vtbl
impl Sync for IFsrmPipelineModuleConnector_Vtbl
impl Unpin for IFsrmPipelineModuleConnector_Vtbl
impl UnwindSafe for IFsrmPipelineModuleConnector_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