windows::Win32::Networking::Clustering

Trait IGetClusterNodeInfo_Impl

pub trait IGetClusterNodeInfo_Impl: IUnknownImpl {
    // Required method
    fn GetNodeHandle(&self, lobjindex: i32) -> HNODE;
}

Required Methods§

fn GetNodeHandle(&self, lobjindex: i32) -> HNODE

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§