windows::Win32::Networking::Clustering

Trait ISClusScsiAddress_Impl

pub trait ISClusScsiAddress_Impl: IDispatch_Impl {
    // Required methods
    fn PortNumber(&self) -> Result<VARIANT>;
    fn PathId(&self) -> Result<VARIANT>;
    fn TargetId(&self) -> Result<VARIANT>;
    fn Lun(&self) -> Result<VARIANT>;
}

Required Methods§

fn PortNumber(&self) -> Result<VARIANT>

fn PathId(&self) -> Result<VARIANT>

fn TargetId(&self) -> Result<VARIANT>

fn Lun(&self) -> Result<VARIANT>

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§