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

Trait IDirectMusic8_Impl

pub trait IDirectMusic8_Impl: IDirectMusic_Impl {
    // Required method
    fn SetExternalMasterClock(
        &self,
        pclock: Ref<'_, IReferenceClock>,
    ) -> Result<()>;
}

Required Methods§

fn SetExternalMasterClock(&self, pclock: Ref<'_, IReferenceClock>) -> 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§