windows::Win32::NetworkManagement::MobileBroadband

Trait IMbnConnectionProfileManagerEvents_Impl

pub trait IMbnConnectionProfileManagerEvents_Impl: IUnknownImpl {
    // Required methods
    fn OnConnectionProfileArrival(
        &self,
        newconnectionprofile: Ref<'_, IMbnConnectionProfile>,
    ) -> Result<()>;
    fn OnConnectionProfileRemoval(
        &self,
        oldconnectionprofile: Ref<'_, IMbnConnectionProfile>,
    ) -> Result<()>;
}

Required Methods§

fn OnConnectionProfileArrival( &self, newconnectionprofile: Ref<'_, IMbnConnectionProfile>, ) -> Result<()>

fn OnConnectionProfileRemoval( &self, oldconnectionprofile: Ref<'_, IMbnConnectionProfile>, ) -> 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§