Trait IMixerOCXNotify_Impl
pub trait IMixerOCXNotify_Impl: IUnknownImpl {
// Required methods
fn OnInvalidateRect(&self, lpcrect: *const RECT) -> Result<()>;
fn OnStatusChange(&self, ulstatusflags: u32) -> Result<()>;
fn OnDataChange(&self, uldataflags: u32) -> Result<()>;
}
Required Methods§
fn OnInvalidateRect(&self, lpcrect: *const RECT) -> Result<()>
fn OnStatusChange(&self, ulstatusflags: u32) -> Result<()>
fn OnDataChange(&self, uldataflags: 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.