pub trait IKsAllocatorEx_Impl: Sized + 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: Option<&IKsPin>) -> HANDLE;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§