Struct IFsrmPipelineModuleDefinition_Vtbl
#[repr(C)]pub struct IFsrmPipelineModuleDefinition_Vtbl {Show 20 fields
pub base__: IFsrmObject_Vtbl,
pub ModuleClsid: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetModuleClsid: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Company: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetCompany: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Version: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ModuleType: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmPipelineModuleType) -> HRESULT,
pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub NeedsFileContent: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetNeedsFileContent: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub Account: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmAccountType) -> HRESULT,
pub SetAccount: unsafe extern "system" fn(_: *mut c_void, _: FsrmAccountType) -> HRESULT,
pub SupportedExtensions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetSupportedExtensions: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
pub Parameters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetParameters: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
}
Fields§
§base__: IFsrmObject_Vtbl
§ModuleClsid: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetModuleClsid: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Company: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetCompany: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Version: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ModuleType: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmPipelineModuleType) -> HRESULT
§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§NeedsFileContent: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetNeedsFileContent: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§Account: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmAccountType) -> HRESULT
§SetAccount: unsafe extern "system" fn(_: *mut c_void, _: FsrmAccountType) -> HRESULT
§SupportedExtensions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SetSupportedExtensions: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
§Parameters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SetParameters: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
Implementations§
§impl IFsrmPipelineModuleDefinition_Vtbl
impl IFsrmPipelineModuleDefinition_Vtbl
pub const fn new<Identity: IFsrmPipelineModuleDefinition_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmPipelineModuleDefinition_Vtbl
impl RefUnwindSafe for IFsrmPipelineModuleDefinition_Vtbl
impl Send for IFsrmPipelineModuleDefinition_Vtbl
impl Sync for IFsrmPipelineModuleDefinition_Vtbl
impl Unpin for IFsrmPipelineModuleDefinition_Vtbl
impl UnwindSafe for IFsrmPipelineModuleDefinition_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