Struct IFsrmStorageModuleDefinition_Vtbl
#[repr(C)]pub struct IFsrmStorageModuleDefinition_Vtbl {
pub base__: IFsrmPipelineModuleDefinition_Vtbl,
pub Capabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmStorageModuleCaps) -> HRESULT,
pub SetCapabilities: unsafe extern "system" fn(_: *mut c_void, _: FsrmStorageModuleCaps) -> HRESULT,
pub StorageType: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmStorageModuleType) -> HRESULT,
pub SetStorageType: unsafe extern "system" fn(_: *mut c_void, _: FsrmStorageModuleType) -> HRESULT,
pub UpdatesFileContent: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetUpdatesFileContent: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IFsrmPipelineModuleDefinition_Vtbl
§Capabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmStorageModuleCaps) -> HRESULT
§SetCapabilities: unsafe extern "system" fn(_: *mut c_void, _: FsrmStorageModuleCaps) -> HRESULT
§StorageType: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmStorageModuleType) -> HRESULT
§SetStorageType: unsafe extern "system" fn(_: *mut c_void, _: FsrmStorageModuleType) -> HRESULT
§UpdatesFileContent: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetUpdatesFileContent: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
Implementations§
§impl IFsrmStorageModuleDefinition_Vtbl
impl IFsrmStorageModuleDefinition_Vtbl
pub const fn new<Identity: IFsrmStorageModuleDefinition_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmStorageModuleDefinition_Vtbl
impl RefUnwindSafe for IFsrmStorageModuleDefinition_Vtbl
impl Send for IFsrmStorageModuleDefinition_Vtbl
impl Sync for IFsrmStorageModuleDefinition_Vtbl
impl Unpin for IFsrmStorageModuleDefinition_Vtbl
impl UnwindSafe for IFsrmStorageModuleDefinition_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