Trait IMFSourceBufferNotify_Impl
pub trait IMFSourceBufferNotify_Impl: IUnknownImpl {
// Required methods
fn OnUpdateStart(&self);
fn OnAbort(&self);
fn OnError(&self, hr: HRESULT);
fn OnUpdate(&self);
fn OnUpdateEnd(&self);
}
Required Methods§
fn OnUpdateStart(&self)
fn OnAbort(&self)
fn OnError(&self, hr: HRESULT)
fn OnUpdate(&self)
fn OnUpdateEnd(&self)
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.