windows::Media::Audio

Trait IAudioNodeWithListener_Impl

pub trait IAudioNodeWithListener_Impl: IAudioNode_Impl + IClosable_Impl {
    // Required methods
    fn SetListener(&self, value: Ref<'_, AudioNodeListener>) -> Result<()>;
    fn Listener(&self) -> Result<AudioNodeListener>;
}

Required Methods§

fn SetListener(&self, value: Ref<'_, AudioNodeListener>) -> Result<()>

fn Listener(&self) -> Result<AudioNodeListener>

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§