pub trait IVdsHwProviderPrivateMpio_Impl: Sized {
    // Required method
    fn SetAllPathStatusesFromHbaPort(
        &self,
        hbaportprop: &VDS_HBAPORT_PROP,
        status: VDS_PATH_STATUS
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§