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

Object Safety§

This trait is not object safe.

Implementors§