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§
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
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.