windows::Win32::NetworkManagement::MobileBroadband

Trait IMbnDeviceServiceStateEvents_Impl

pub trait IMbnDeviceServiceStateEvents_Impl: IUnknownImpl {
    // Required method
    fn OnSessionsStateChange(
        &self,
        interfaceid: &BSTR,
        statechange: MBN_DEVICE_SERVICE_SESSIONS_STATE,
    ) -> Result<()>;
}

Required Methods§

fn OnSessionsStateChange( &self, interfaceid: &BSTR, statechange: MBN_DEVICE_SERVICE_SESSIONS_STATE, ) -> 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§