windows::Win32::Storage::VirtualDiskService

Trait IVdsHbaPort_Impl

pub trait IVdsHbaPort_Impl: IUnknownImpl {
    // Required methods
    fn GetProperties(&self, phbaportprop: *mut VDS_HBAPORT_PROP) -> Result<()>;
    fn SetAllPathStatuses(&self, status: VDS_PATH_STATUS) -> Result<()>;
}

Required Methods§

fn GetProperties(&self, phbaportprop: *mut VDS_HBAPORT_PROP) -> Result<()>

fn SetAllPathStatuses(&self, status: VDS_PATH_STATUS) -> 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.

Implementors§