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