Trait IRTCIntensityEvent_Impl
pub trait IRTCIntensityEvent_Impl: IDispatch_Impl {
// Required methods
fn Level(&self) -> Result<i32>;
fn Min(&self) -> Result<i32>;
fn Max(&self) -> Result<i32>;
fn Direction(&self) -> Result<RTC_AUDIO_DEVICE>;
}
Required Methods§
fn Level(&self) -> Result<i32>
fn Min(&self) -> Result<i32>
fn Max(&self) -> Result<i32>
fn Direction(&self) -> Result<RTC_AUDIO_DEVICE>
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.