windows::Win32::NetworkManagement::MobileBroadband

Trait IMbnConnectionManagerEvents_Impl

pub trait IMbnConnectionManagerEvents_Impl: IUnknownImpl {
    // Required methods
    fn OnConnectionArrival(
        &self,
        newconnection: Ref<'_, IMbnConnection>,
    ) -> Result<()>;
    fn OnConnectionRemoval(
        &self,
        oldconnection: Ref<'_, IMbnConnection>,
    ) -> Result<()>;
}

Required Methods§

fn OnConnectionArrival( &self, newconnection: Ref<'_, IMbnConnection>, ) -> Result<()>

fn OnConnectionRemoval( &self, oldconnection: Ref<'_, IMbnConnection>, ) -> Result<()>

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§