Trait ITLegacyWaveSupport_Impl
pub trait ITLegacyWaveSupport_Impl: IDispatch_Impl {
// Required method
fn IsFullDuplex(&self) -> Result<FULLDUPLEX_SUPPORT>;
}
Required Methods§
fn IsFullDuplex(&self) -> Result<FULLDUPLEX_SUPPORT>
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.