Trait IAudioEndpointVolumeCallback_Impl
pub trait IAudioEndpointVolumeCallback_Impl: IUnknownImpl {
// Required method
fn OnNotify(
&self,
pnotify: *mut AUDIO_VOLUME_NOTIFICATION_DATA,
) -> Result<()>;
}
Required Methods§
fn OnNotify(&self, pnotify: *mut AUDIO_VOLUME_NOTIFICATION_DATA) -> 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.