pub trait IVdsSubSystemImportTarget_Impl: Sized {
    // 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<()>

Object Safety§

This trait is not object safe.

Implementors§