windows::Win32::NetworkManagement::MobileBroadband

Trait IMbnConnectionProfileEvents_Impl

pub trait IMbnConnectionProfileEvents_Impl: IUnknownImpl {
    // Required method
    fn OnProfileUpdate(
        &self,
        newprofile: Ref<'_, IMbnConnectionProfile>,
    ) -> Result<()>;
}

Required Methods§

fn OnProfileUpdate( &self, newprofile: 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§