windows::Win32::NetworkManagement::MobileBroadband

Trait IMbnVendorSpecificEvents_Impl

pub trait IMbnVendorSpecificEvents_Impl: IUnknownImpl {
    // Required methods
    fn OnEventNotification(
        &self,
        vendoroperation: Ref<'_, IMbnVendorSpecificOperation>,
        vendorspecificdata: *const SAFEARRAY,
    ) -> Result<()>;
    fn OnSetVendorSpecificComplete(
        &self,
        vendoroperation: Ref<'_, IMbnVendorSpecificOperation>,
        vendorspecificdata: *const SAFEARRAY,
        requestid: u32,
    ) -> Result<()>;
}

Required Methods§

fn OnEventNotification( &self, vendoroperation: Ref<'_, IMbnVendorSpecificOperation>, vendorspecificdata: *const SAFEARRAY, ) -> Result<()>

fn OnSetVendorSpecificComplete( &self, vendoroperation: Ref<'_, IMbnVendorSpecificOperation>, vendorspecificdata: *const SAFEARRAY, requestid: u32, ) -> 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§