Trait windows::Win32::Storage::VirtualDiskService::IVdsServiceHba_Impl
pub trait IVdsServiceHba_Impl: Sized {
// Required method
fn QueryHbaPorts(&self) -> Result<IEnumVdsObject>;
}
Required Methods§
fn QueryHbaPorts(&self) -> Result<IEnumVdsObject>
Object Safety§
This trait is not object safe.