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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§