windows::Win32::Media::Audio::DirectMusic

Trait IDirectMusicThru_Impl

pub trait IDirectMusicThru_Impl: IUnknownImpl {
    // Required method
    fn ThruChannel(
        &self,
        dwsourcechannelgroup: u32,
        dwsourcechannel: u32,
        dwdestinationchannelgroup: u32,
        dwdestinationchannel: u32,
        pdestinationport: Ref<'_, IDirectMusicPort>,
    ) -> Result<()>;
}

Required Methods§

fn ThruChannel( &self, dwsourcechannelgroup: u32, dwsourcechannel: u32, dwdestinationchannelgroup: u32, dwdestinationchannel: u32, pdestinationport: Ref<'_, IDirectMusicPort>, ) -> 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.

Implementors§