Trait IAudioProcessingObjectNotifications2_Impl
pub trait IAudioProcessingObjectNotifications2_Impl: IAudioProcessingObjectNotifications_Impl {
// Required method
fn GetApoNotificationRegistrationInfo2(
&self,
maxaponotificationtypesupported: APO_NOTIFICATION_TYPE,
aponotifications: *mut *mut APO_NOTIFICATION_DESCRIPTOR,
count: *mut u32,
) -> Result<()>;
}
Required Methods§
fn GetApoNotificationRegistrationInfo2( &self, maxaponotificationtypesupported: APO_NOTIFICATION_TYPE, aponotifications: *mut *mut APO_NOTIFICATION_DESCRIPTOR, count: *mut u32, ) -> 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.