windows::Win32::Media::Audio

Trait IAudioFormatEnumerator_Impl

pub trait IAudioFormatEnumerator_Impl: IUnknownImpl {
    // Required methods
    fn GetCount(&self) -> Result<u32>;
    fn GetFormat(&self, index: u32) -> Result<*mut WAVEFORMATEX>;
}

Required Methods§

fn GetCount(&self) -> Result<u32>

fn GetFormat(&self, index: u32) -> Result<*mut WAVEFORMATEX>

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§