windows::Win32::Media::DirectShow

Trait IMemAllocatorCallbackTemp_Impl

pub trait IMemAllocatorCallbackTemp_Impl: IMemAllocator_Impl {
    // Required methods
    fn SetNotify(
        &self,
        pnotify: Ref<'_, IMemAllocatorNotifyCallbackTemp>,
    ) -> Result<()>;
    fn GetFreeCount(&self) -> Result<i32>;
}

Required Methods§

fn SetNotify( &self, pnotify: Ref<'_, IMemAllocatorNotifyCallbackTemp>, ) -> Result<()>

fn GetFreeCount(&self) -> Result<i32>

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.

Implementors§