Trait IKsAllocator_Impl
pub trait IKsAllocator_Impl: IUnknownImpl {
// Required methods
fn KsGetAllocatorHandle(&self) -> HANDLE;
fn KsGetAllocatorMode(&self) -> KSALLOCATORMODE;
fn KsGetAllocatorStatus(
&self,
allocatorstatus: *mut KSSTREAMALLOCATOR_STATUS,
) -> Result<()>;
fn KsSetAllocatorMode(&self, mode: KSALLOCATORMODE);
}
Required Methods§
fn KsGetAllocatorHandle(&self) -> HANDLE
fn KsGetAllocatorMode(&self) -> KSALLOCATORMODE
fn KsGetAllocatorStatus( &self, allocatorstatus: *mut KSSTREAMALLOCATOR_STATUS, ) -> Result<()>
fn KsSetAllocatorMode(&self, mode: KSALLOCATORMODE)
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.