windows::Win32::Networking::Clustering

Trait ISClusRefObject_Impl

pub trait ISClusRefObject_Impl: IDispatch_Impl {
    // Required method
    fn Handle(&self) -> Result<usize>;
}

Required Methods§

fn Handle(&self) -> Result<usize>

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§