Trait IWsbApplicationBackupSupport_Impl
pub trait IWsbApplicationBackupSupport_Impl: IUnknownImpl {
// Required method
fn CheckConsistency(
&self,
wszwritermetadata: &PCWSTR,
wszcomponentname: &PCWSTR,
wszcomponentlogicalpath: &PCWSTR,
cvolumes: u32,
rgwszsourcevolumepath: *const PCWSTR,
rgwszsnapshotvolumepath: *const PCWSTR,
) -> Result<IWsbApplicationAsync>;
}
Required Methods§
fn CheckConsistency( &self, wszwritermetadata: &PCWSTR, wszcomponentname: &PCWSTR, wszcomponentlogicalpath: &PCWSTR, cvolumes: u32, rgwszsourcevolumepath: *const PCWSTR, rgwszsnapshotvolumepath: *const PCWSTR, ) -> Result<IWsbApplicationAsync>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.