Trait IVdsSubSystemImportTarget_Impl
pub trait IVdsSubSystemImportTarget_Impl: IUnknownImpl {
// Required methods
fn GetImportTarget(&self) -> Result<PWSTR>;
fn SetImportTarget(&self, pwsziscsiname: &PCWSTR) -> Result<()>;
}
Required Methods§
fn GetImportTarget(&self) -> Result<PWSTR>
fn SetImportTarget(&self, pwsziscsiname: &PCWSTR) -> Result<()>
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.