windows::Win32::Networking::NetworkListManager

Trait INetworkConnection2_Impl

pub trait INetworkConnection2_Impl: INetworkConnection_Impl {
    // Required method
    fn IsDomainAuthenticatedBy(
        &self,
        domainauthenticationkind: NLM_DOMAIN_AUTHENTICATION_KIND,
    ) -> Result<BOOL>;
}

Required Methods§

fn IsDomainAuthenticatedBy( &self, domainauthenticationkind: NLM_DOMAIN_AUTHENTICATION_KIND, ) -> Result<BOOL>

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§