Trait IDot11AdHocNetworkNotificationSink_Impl
pub trait IDot11AdHocNetworkNotificationSink_Impl: IUnknownImpl {
// Required methods
fn OnStatusChange(
&self,
estatus: DOT11_ADHOC_NETWORK_CONNECTION_STATUS,
) -> Result<()>;
fn OnConnectFail(
&self,
efailreason: DOT11_ADHOC_CONNECT_FAIL_REASON,
) -> Result<()>;
}
Required Methods§
fn OnStatusChange( &self, estatus: DOT11_ADHOC_NETWORK_CONNECTION_STATUS, ) -> Result<()>
fn OnConnectFail( &self, efailreason: DOT11_ADHOC_CONNECT_FAIL_REASON, ) -> 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.