Trait IMbnRadioEvents_Impl
pub trait IMbnRadioEvents_Impl: IUnknownImpl {
// Required methods
fn OnRadioStateChange(&self, newinterface: Ref<'_, IMbnRadio>) -> Result<()>;
fn OnSetSoftwareRadioStateComplete(
&self,
newinterface: Ref<'_, IMbnRadio>,
requestid: u32,
status: HRESULT,
) -> Result<()>;
}
Required Methods§
fn OnRadioStateChange(&self, newinterface: Ref<'_, IMbnRadio>) -> Result<()>
fn OnSetSoftwareRadioStateComplete( &self, newinterface: Ref<'_, IMbnRadio>, requestid: u32, status: HRESULT, ) -> 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.