windows::Win32::Networking::Clustering

Trait IGetClusterNetInterfaceInfo_Impl

pub trait IGetClusterNetInterfaceInfo_Impl: IUnknownImpl {
    // Required method
    fn GetNetInterfaceHandle(&self, lobjindex: i32) -> HNETINTERFACE;
}

Required Methods§

fn GetNetInterfaceHandle(&self, lobjindex: i32) -> HNETINTERFACE

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§