windows::Win32::Media::KernelStreaming

Trait IKsAllocatorEx_Impl

pub trait IKsAllocatorEx_Impl: IKsAllocator_Impl {
    // Required methods
    fn KsGetProperties(&self) -> *mut ALLOCATOR_PROPERTIES_EX;
    fn KsSetProperties(&self, param0: *const ALLOCATOR_PROPERTIES_EX);
    fn KsSetAllocatorHandle(&self, allocatorhandle: HANDLE);
    fn KsCreateAllocatorAndGetHandle(&self, kspin: Ref<'_, IKsPin>) -> HANDLE;
}

Required Methods§

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§