Trait IAudioProcessingObjectNotifications_Impl
pub trait IAudioProcessingObjectNotifications_Impl: IUnknownImpl {
// Required methods
fn GetApoNotificationRegistrationInfo(
&self,
aponotifications: *mut *mut APO_NOTIFICATION_DESCRIPTOR,
count: *mut u32,
) -> Result<()>;
fn HandleNotification(&self, aponotification: *const APO_NOTIFICATION);
}
Required Methods§
fn GetApoNotificationRegistrationInfo( &self, aponotifications: *mut *mut APO_NOTIFICATION_DESCRIPTOR, count: *mut u32, ) -> Result<()>
fn HandleNotification(&self, aponotification: *const APO_NOTIFICATION)
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.