windows::Win32::Networking::Clustering

Trait IGetClusterNetworkInfo_Impl

pub trait IGetClusterNetworkInfo_Impl: IUnknownImpl {
    // Required method
    fn GetNetworkHandle(&self, lobjindex: i32) -> HNETWORK;
}

Required Methods§

fn GetNetworkHandle(&self, lobjindex: i32) -> HNETWORK

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§